i try with this code it ispossible to access get method but i wont to access post method so how can i do that
I\'m having some weird issue with extjs. I have a form and a grid, each works great separately but when I put the grid inside the form, everything starts to f开发者_如何学编程all to pieces.
So I have an app I am using to learn more about touch. I got the basic framework setup based on tutorials I have found around the net where I can bounce around the app clicking on things. I integrated
I have an application where i am using sencha touch JS API for UI rendering. The UI works fine in chrome browser but not working in Android or iPhone device.
So, I just started working with Sencha Touch. I want to include a list in a TabPanel but for some reason it isn\'t working. Please help. Thanks!
I want to put markers on a map. The source is a json request, which returns cities. I\'ve got a function (sencha) that returns the records (asynchronous) and a function (google maps api) that returns
I have a combo-box in which the values are being displayed in a template. Now, I want the width of the template to be more than that of combo-box and hence I am using matchFieldWidth:false as ment
I need to stringify an Ext.data.TreeStore (cause I wanna save it to Local Storage), but calling Ext.encode() doesn\'t work -- I get a circ开发者_StackOverflowular structure error.
I have a grid like this var groupingFeature = Ext.create(\'Ext.grid.feature.Grouping\', { groupHeaderTpl: \'Invoice: {invoice_number} ({rows.length} Item{[values.rows.length > 1 ? \"s\" : \"\"]})\
OK, so here is the way I can find current collapsed in accordion layout: Ext.getCmp(\"myaccordion\").query(\"{collapsed}\")