Search Type: Posts; User: khashayar581
Search: Search took 0.02 seconds.
-
13 Sep 2011 2:40 AM
- Replies
- 0
- Views
- 507
Sencha Touch version tested:
1.1.0
{defaultRootId} config option is not working in TreeStore
Description:
If you set 'defaultRootId' config, TreeStore will not use it. -
11 Aug 2010 6:33 AM
- Replies
- 2
- Views
- 892
There's no property of 'normal' for "-moz-user-select":
https://developer.mozilla.org/en/CSS/-moz-user-select
instead use this one:
.x-grid3-summary-row td { -moz-user-select: text; } -
7 Jun 2009 12:42 AM
Jump to post Thread: Changing Grid Header Menu by khashayar581
- Replies
- 6
- Views
- 3,947
you need to change renderUI() method in GridView.js
renderUI : function() {
var header = this.renderHeaders();
var body = this.templates.body.apply({rows:''}); -
5 May 2009 12:26 PM
Jump to post Thread: window scroll event by khashayar581
- Replies
- 4
- Views
- 2,796
IE doesn't support onScroll for document, but it supports it on window, so how can we get window with Ext.get() ?
-
27 Apr 2008 2:06 AM
- Replies
- 126
- Views
- 102,286
I override the reader of the tree, and now it's working ok for me.
here's the code:
Ext.override(Ext.tree.TreeLoader, {
reader : new Ext.data.XmlReader({
record:'node'
}, ['text',... -
11 Apr 2008 8:41 AM
- Replies
- 40
- Views
- 30,372
Thanks for the fix.
but i have a issue with resizing my page.
i put my grid inside a viewport (center) i tried this code:
myViewPort.on('resize', function() {... -
27 Mar 2008 5:56 AM
- Replies
- 5
- Views
- 2,796
Oops, thanks for catch this. ;)
-
27 Mar 2008 2:28 AM
- Replies
- 5
- Views
- 2,796
It's an example for a Grid context menu:
var Grid_Panel = new Ext.grid.GridPanel({
...... // Your desired configuration goes here.
});
// Then you should add an event listener to your... -
6 Mar 2008 2:17 AM
Jump to post Thread: Can we trust on Ext? by khashayar581
- Replies
- 16
- Views
- 3,791
I like the Ext ;)
but for me the only problem is the lack of documentation.
it's kina robust javascript framework but many of functionality of this hides itself from users because of documentation. -
1 Mar 2008 6:32 AM
- Replies
- 1
- Views
- 796
I had the same prob, but when i added a context menu , the default firefox menu didn't show up anymore.
Results 1 to 10 of 10
