I\'m using Sencha touch and I\'m trying to modify a twitter example I found online in order to turn urls from a twitter feed into clickable links. I saw that one of the examples in the sencha touch li
I\'m trying to put a Grid (Ext.grid.GridPanel) object inside a Tab . This is the code: var grid = new Ext.grid.GridPanel({
I need to load items (menu) via ajax but do not understand how... trying to do like this: var tb = Ext.create(\'Ext.toolbar.Toolbar\', {
I am using Extjs4 and I want to apply exactMatch on grid filtering. I am using the newly introduced Grid Filtering feature.I have tried to use exactMatch but it does not work. Here is my sample code:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have developed a page with ExtJS.It works in FF, Chrome and Opera but not in IE. In IE I have this message :
I\'m having trouble with Ext.grid.RowNumberer in Google Chrome. When the store of the GridPanel I\'m using it with has more than 99 records in it, t开发者_C百科he RowNumberer shows only dots for them
I have a problem. I have getAllJobsControllerUrl() function which return url with specific parameters:
I am using Sencha touch for the first time, I have managed to get some menu items to show, but I would like it to move/float to the right is anyone sure how to do this?
I have gone through dev.sencha.开发者_C百科com and while I do understand Javascript/jQuery, I do not understand the syntax followed in Sencha Touch or ExtJS.