I have an extjs window object like this: win = new Ext.Window({ layout:\'fit\', title: \'<spring:message code=\"title.alertDetails\" />\',
on button two Ajax request send to \".cfm\" page, for two times button click it\'s working fine but in third time when i 开发者_JS百科button press the Error \"an ajax response error has occured.
im trying to add a new user to my database via a form i prepared the form but my problem is how to save the data from this form to my database ?
I want to add a title above a list in extjs / sencha touch. The title will be dynamic and change according to the page as it will contain the page number and other details. Because of this I have am
I\'m building a Wordpress site using Sencha Touch. I\'ve created a plugin that converts the posts to JSON for the application to read.
I have been trying this from two days but unable to found a solution for this. What i am tying to do is remotely loading the data into the store here is my code for that:
I have a model called \'Students\' where one of the fields \'Team\' is defined as: { name: \'team\', type: \'int\',
Is there any way to apend some configs (object properties) to created extobject. var thePanel = new Ext.Panel({
I want to use ExtDirect for a 3rd party extjs user interface in Rails 3. So I have started to update the active-direct gem to work with Rails 3. Here is the updated version: https://github.com/stonega
I want to make a custom javaScript function call after my dataStore.save finished; I have lookup for a afterSave callbac开发者_如何学Pythonk for dataStore object, but it does not exists.