I did something like this example:
https://fiddle.sencha.com/#view/editor&fiddle/22fk
But i think, this can be much much better. I hope someone improve what i done. My knowledge arrived just to...
Type: Posts; User: GonzaloEMarin
I did something like this example:
https://fiddle.sencha.com/#view/editor&fiddle/22fk
But i think, this can be much much better. I hope someone improve what i done. My knowledge arrived just to...
I dont know what i am doing wrong, this is the configuration of my Package...
package.json:
{
"name": "ABMStore",
"type": "code",
"creator": "Horus Software S.H.",
...
I dont know what i am doing wrong, this is the configuration of my Package...
package.json:
{
"name": "ABMStore",
"type": "code",
"creator": "Horus Software S.H.",
...
The first time I call the request, I can see this at console:
GET http://localhost:8080/CaProMe/php/app.php/ctrlObras/view?
/*
* File: app/view/advancedSearch.js
*
* This file was generated by Sencha Architect version 3.2.0.
* http://www.sencha.com/products/architect/
*
* This file requires use of the Ext JS...
Hey. I have done that way too and don't work. It's a bug. I really don't undesrtand because this work fine in 4.x. If you don't use this method, how do you get data from remote server changing params...
Im trying to search a word and filter by this, sending the filter as parameters to server.
I allways did this modifying the property params in the load method of the store.
Like this
...
To be more clear, im using ExtJs 5.1 and just like the post:
https://www.sencha.com/forum/showthr...nger-Supported
You could re-assign the params in the load method like so:
var store =...
But why the change in the behavior of that properties, why now they have this '_', but in the help there is nothing about that symbol, the properties exists but without it. Do you know something?
...
Im trying to pass a series of parameters and i always did this just i descript in the Subject, but now this its not working. I debug the js file and the operation object is modified but when the call...
In previous versions of ExtJs i use to work overriding the method doRequest of the class "Ext.data.proxy.Server". After imported all my project to 5.1 from 4.2, i start to receive errors message...
I used to work with Visual foxpro and works with Custom Properties inside of any of the controls made my work very easy but i try to do the same here and i cant.
Following this steps it would work...