How could I add a r开发者_运维知识库ound close-button (white circle with black X) into the upper right corner of a modal panel in sencha touch?
I am going through different web application frameworks for mobile devices.I have found frameworks like PhoneGap/Appcelarator/Rhomobile (I am calling these as group1) And SenchaTouch/JQTouch/JqueryMob
app.controllers.test = new Ext.Controller({ someMethod: function(button, event) { // prints \'undefined\', as this == button, not test
I am trying to develop a FLUD style list of Panels by Sencha Touch. All the panels will be scrollable b开发者_运维技巧y themselves. Here are the images of what I wantinspired by a this FLUD panel :
I have an Ext.form.Select that I want to update it\'s label dynamically when it\'s value changes. Simple as it sounds, it refuses to work:
For some views I use just a controller (no model). How do I update the view after I\'ve made some changes to it\'s components. Say, I can use the setValue method on a TextField to change the 开发者_运
I was following this tutorial of Sencha Touch: http://www.vimeo.com/15672696 Perfect tutorial, worked flawless.
I contact you because I\'m in a deadlock. I try to get data from a extern web service with "ScriptTag" but it does not work because the web service returns simple json format (No JSONP).
The following generates a base64 inline-image using sass/compass: background-image:inline-image(\"paper.jpg\", \'image/jpg\');
is there a smart and simple way to detect a doubletap without triggerin开发者_如何学Cg a silgeltap in sencha touch?