I\'ve tried using the download from the sencha website http://www.sencha.com/learn/Tutorial:Taking_Sencha_Touch_Apps_Offline
I have a simple ExtJs (3.4) Grid with a Writer.When the user makes some changes the store is saved to the server as follows:
I have a EXTJS modal window. I would like to call a function defined on the child window from the parent window every time child window gets displayed. Is it possible to call child window function fro
i am using ext designer. (ext version 3.x) i havea combo in a form with autoref \'worker_type\' then there is an editable grid, to add employees
I\'ve made a combo box and its working fine except when I select one of the items in the combobox, it removes all other values in it. Here is a piece of code:
How to get special characters like ČĆŠĐŽ working in Extjs4. I have tried adding开发者_Go百科 meta utf-8..., also tried with !DOCTYPE html5, and XHTML 1.0 Transitional. Prefered index.html on senc
I am a Selenium newbie ... As a JavaScript programmer, I think I want to handle JavaScript events in my Selenium-2 tests (JUnit).I am joining a team where all of the existing tests have 开发者_如何学
Can the secha touch framework store data permanently to a iphone/ipad. So an ap开发者_运维知识库p can update images say once a week and that storage would stay on the ipad/iphone app until prompted to
This is my textfield siteNameField = new Ext.form.TextField({ id: \'siteNameField\', fieldLabel: \'Site Name\',
Lets say I have a Page to be displayed for mobile browsers which has some normal HTML table elements, some normal floated divs, etc