-
14 Mar 2013 8:10 AM #11
The easiest fix would probably be by using CSS to add ~20px of right padding to the anchors.
Not perfect of course, but might be enough to achieve what you need?
Code:.x-tree-node-anchor {padding-right:20px;}
-
14 Mar 2013 8:32 AM #12
Yep, this works
Not ideal but works ..
i was thinking about another workaround like
but your one is definitelly betterCode:listeners: { expandnode: function(n){ n.text+='     ' } },


Reply With Quote