I got this far but now I know where the record is how do I remove it, remove and removeAt is unknown on the object.
updateInstanceReportEmail: function(response, opts) {
var me = this,
...
Type: Posts; User: harrypottar
I got this far but now I know where the record is how do I remove it, remove and removeAt is unknown on the object.
updateInstanceReportEmail: function(response, opts) {
var me = this,
...
I have a grid with the store coming third level store nested data, load by view model formula.
I have a grid that an admin can delete a record from.
The grid store is loaded from a formula,...
Figured it out, can set the corresponding error message text in the method
Ext.define('overrides.form.field.VTypes', {
override: 'Ext.form.field.VTypes',
confirmInstancePath:...
I have written a couple of custom validators, they are basically working.
However, with confirmInstancePath I have too test.
The value must start with another value. (working) and it must be...
Hi,
I have an MVVM application, I have a view with form containing two combo boxes.
The view model loads a store and is bound to the first combo box, using formulas for getting and setting the...
Moving from MVC to MVVM and struggling with view model data associations in store. I have spent a few days reading everything I can but there are no clear examples.
Data as been changed to...
I have got this build error and I can not figure out how to fix
[LOG] Fashion build starting for...
I got a little further in debugging this.
In the view controller when I get the store I can set the proxy and it works, is the exact same proxy that is defined in the treestore but is some how...
I have been using Extjs since version 4 using MVC, trying MVVC and at a loss with my treestore.
I'm watch the access log and the store does not call out, when I dump the store to the console it...
In typical forum fashion, after I posted I figured it out
In my parent tab I added listeners in the items object for each tab.
{
title: chitXML.data.toolbarEmployees,
...
Trying to implement nested vertical tabs as a menu.
First (parent) level tabs stay on screen all the time.
Currently when you activate on these tabs it load a nested tab panel (like a sub menu)...
Thanks I added two alias in my profile for sencha5 and semcha6 that works great.Thanks
HI,
I'm sure this as been covered, I did search but couldn't find any information on setting this up.
I have an ExtJs 5 dev environment set up which I want to keep while I maintain and...
I have this working out of the box while only allowing the user to select one file at a time.
User clicks button to add file. Create new window with new form with single form element "file...
This is an old thread but did you ever get it to work or find a workaround
Need to get and store the file pointer or a file upload in a store used by a grid, then be able to retrieve it to upload file.
Converting one of our last Flex based apps to ExtJs 5.1.1.
This is...
Thanks, the ONLY difference I can see is that my Panel is in a tab Panel but I can move of the toolbar.Odd, thanks I will play around with it a bit
Fixed the issue, it was the store that needed changing.
This would not work.
this.liveStore.add(this.recObj.copy());
I had to use an array and push the data to the array and then load the...
HI,
ExtJs 5.1.1
I have a panel with a toolbar docked at the top with menu items, this is a dashboard type app that opens windows.
These windows can be moved around, resized, expanded, they...
Can you give an example or explain this better
"One should use marker config instead of markerConfig config to define series’ markers."
thanks
harry
HI,
Migrating from ExtTs 4 to ExtJs 5.1.1 and I have an animated line chart that displays everything, legend, grid, the data loads but the lines do not plot. Any pointers where to start looking?
...
thanks
HI,
Under 4 on a store call back
mostPopularStore.load({
scope : this,
callback: function(records, operation, success) {
var data = Ext.decode(operation.response.responseText);
Seems to have been a bug in 5.1.0, downloaded and upgraded my app to 5.1.1 and it fixed the issue
i have an app built with ExtJS 5.0.1 and XML associations are working fine, this one is 5.1.0, where should I look for the differences?thanks