+ Post New Thread
it is a draggable item. i set draggable false then try to remove dragstart and drag end event. but these event hasn't been removed successfully. i...
When you set constrain to true in a sortable it restricts to the current element instead of the window. However the documentation doesn't mention...
In the Toolbars example, very last line before the closing braces: 88: new Ext.Panel({ 89: id: 'toolbartxt', 90: ...
Hi, See below red code, the "this.snapshot" and "this.data" is actually the same object, so the remove function will delete 2 records at the same...
Using v0.92, but the issue existed in v0.91 as well. Ext.data.JsonStore doesn't even make a server call if model is not specified. The following...
Hi, method return "hidden=true" if is visible... isVisible : function() { if (!this.rendered) { return false; ...
Form entry on Android does not operate correctly. Element positions are not reported correctly back to the OS and leads to unexpected behaviors. ...
I've got an overlay that I use for alert and prompt type functionality by hiding buttons. Bad things happen (the yes button appears to end up...
/** * @cfg {String/Number} activeItem * A string component id or the numeric index of the component that should be initially activated...
Using v0.92, but the bug existed in 0.91 as well. Parsing JSON results in an error. Tested the following data: var data = { items: };...
I am trying to toggle two containers from a button. The isVisible seems to be reporting inaccurate states of visibility. My two containers are...
Hi, There is an angle bracket missing in the template in Panel.js line 67 right after </tpl>. It results in an incorrect rendering. Sencha Touch...
on line 746 of Scroller.js this.scrollbaY.destroy(); This should read this.scrollbarY.destroy(); --David
Greetings. I am using a data.Store with a localStorageProxy like this: charStore = new Ext.data.Store({ proxy: new...
If the sortable elements overflow the viewable space, how do you make it auto-scroll as you drag elements out of the viewable area? For an example...
Scroll the tabbar and then try to sort, notice the icon is offset by the scroll amount and can't be moved all the way to the right. Related tickets:...
The buttons in the below example get cut off. Are we not supposed to be embedding anything other than fieldsets inside forms? ...
Lazy loading a hiddenfield in the below example throws a javascript error. Works fine if you create the field by doing "new Ext.form.HiddenField()"....
Hi I was creating a tool bar with multiple buttons, suddenly I noticed that the first time i use back button, the graphic looks fine, but if I use...
Setting up a simple Store, creating a Model instance and than inserting that instance to the Store: this.state.bookActiveChapters = new...
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us