Search Type: Posts; User: nohaapav
Search: Search took 0.01 seconds.
-
14 Mar 2013 8:32 AM
- Replies
- 11
- Views
- 749
Yep, this works :) Not ideal but works ..
i was thinking about another workaround like
listeners: {
expandnode: function(n){
n.text+='     '
} -
14 Mar 2013 5:42 AM
- Replies
- 11
- Views
- 749
It will be good to know where this autosizing is done at least .. I checked all the component to last child
TreePanel<--Panel<--Container<--ext.BoxComponent<--Component and was unable to find... -
13 Mar 2013 7:02 AM
Jump to post Thread: TreeCombo expand tree problem by nohaapav
- Replies
- 2
- Views
- 183
Sorry .. im probably blind as hell ..
there is of course this.list.getRootNode().expand(); :)) -
13 Mar 2013 6:51 AM
Jump to post Thread: TreeCombo expand tree problem by nohaapav
- Replies
- 2
- Views
- 183
i was able to solve it by myself + i see awesome loaders gif now either :)
doQuery: function(q, forceAll) {
if(q.length >= this.minChars){
this.loadFilteredTree(q);
... -
12 Mar 2013 5:50 AM
Jump to post Thread: TreeCombo expand tree problem by nohaapav
- Replies
- 2
- Views
- 183
Hi guys,
i have a problem with calling list.expandAll() function in my treecombo ..
Basically i'm reloading data in treecombo based on string like some kind of filter -> check code
... -
4 Mar 2013 1:37 AM
- Replies
- 11
- Views
- 749
Btw i've spotted another problem. Check pictures:
Firefox: Autosizing bug ? Scrollbar overrides a part of text
42172
Chrome: same as firefox
42173 -
28 Feb 2013 12:02 AM
- Replies
- 11
- Views
- 749
works!!! thx again .. =D>
-
26 Feb 2013 5:04 AM
- Replies
- 11
- Views
- 749
Maybe one more thing which you can help me with ..
I'm styling this component now and want to have border (black ones) around list component which is solved by adding class by
this.list =... -
26 Feb 2013 4:10 AM
- Replies
- 11
- Views
- 749
yep man :) it works .. i was trying maxHeight attribute before but i forgot to set overflow to auto :)
You've made my day .. thx a lot !!! -
26 Feb 2013 1:22 AM
- Replies
- 11
- Views
- 749
Thx willigogs for answer, but problem is that if i set parent panel with some fixed height or fit layout and number of nodes is low number i will see white space which i want to avoid .. therefor it...
-
25 Feb 2013 4:14 AM
- Replies
- 11
- Views
- 749
Hi guys,
i've created my own treecombo which extends TriggerField with autosizing for this component. I would like to create some criteria for autosizing like when height > 300 then use hardcoded...
Results 1 to 11 of 11
