I found out that it is because of a css resource. When I add a css resource:
There is no `x-compile` or `x-bootstrap` property like in a js resource
It adds a line to index.html (not in x-compile...
Type: Posts; User: ohcibi
I found out that it is because of a css resource. When I add a css resource:
There is no `x-compile` or `x-bootstrap` property like in a js resource
It adds a line to index.html (not in x-compile...
Could you explain what one has to do exactly in the Architect in order for this error not to happen? We never touched our app.json or index.html file by hand, so it was the architect that messed that...
Hi,
I have defined some basic associations like in the example. There is nothing special and I just want to use the conventions for keynames, methodnames, etc. However if I have a model called...
I found out that the model was missing the field definition for the associated_id. If this field is mandatory it should be a) added to the docs and b) extjs should throw at least a warning that the...
When is future? Its over a year and ~1000 revisions later now and the problem still exists in architect 3.1.0.1934
Hi,
I have
File hasMany Comment. I have a gridview of files and underneath it a gridview of a files comment. I
reconfigure the lower gridviews store with a files
comments() store whenever a...
Is there any progress on that? I totally agree that it makes absolutely no sense to include a property in the jsons response to indicate success state. The HTTP status code are made for exactly that....
I'm using architect 3.0.4.1386 and I don't have this option. How can I upgrade to a version which supports this feature?
Is there any progress on this?
Given the current source for DataSimlet: http://docs.sencha.com/extjs/4.2.2/source/DataSimlet.html this code has unreachable parts:
var me = this, data = me.data, ...