I want to use a jQuery plugin in my Sencha Touch application. The jQuery plugin should be initialized at startup, but only after Sencha Touch is finished filling the DOM with its magic.
How can i f开发者_运维技巧etch a record using belongs to association ? var Category = Ext.regModel(\'Category\', {
This article by Sencha covers how to use the built in validation rules (presence, length, format, inclusion, exclusion) and mentions that adding custom rules is easy, but doesn\'t ever explain how to
I am using sencha to create an application. In this i am using button which for which i have defined the icons.
I try to create a prompt dialog in the following manner: Ext.Msg.prompt(\'Add item\', \'Add an i开发者_运维知识库tem to this list:\',
I have the following code attached as a handler to a button: myapp.stores.vehicleInfo.load(); myapp.toolbars.vehicleInfoToolbar.setTitle(\'Image 1 of \');
i have to develop an application with sencha touch in which user can highlight selected text in html开发者_开发百科 document, add notes and bookmark.
I have a button with this handler: handler:function(){ myapp.functions.createDealerList(); myapp.mainPanel.setActiveItem(myapp.cards.dealerList, { type: \'slide\', direction: \'left\'});
I would like to do unit testing on my Sencha Touch application, I have found plenty of information online, but not any promising guide that was worth following.
I have tried the following with no success: items:[myapp.buttons.resultsPrevious, {xtype: \'spacer\'}, myapp.buttons.resultsNext]