Hello. I'm using GXT 3 and have a Row Editor that contains a TextArea, which overflows the bottom of the editor when it pops up. How would I increase the height of the editor, preferably so that it...
Type: Posts; User: mtucker
Hello. I'm using GXT 3 and have a Row Editor that contains a TextArea, which overflows the bottom of the editor when it pops up. How would I increase the height of the editor, preferably so that it...
I'm building a survey creating application. The user can choose the languages they want and when they get to the 'Add Questions' screen, the languages appear on separate tabs. I have it so the...
Figured it out!
I needed to use SafeHtml for the ValueProvider and set the Tree cell to a SafeHtmlCell e.g.
tree=new Tree<NavigableModel<Integer>, SafeHtml>(treeStore, new...
How would I change the font colour of a treenode in GXT 3? In GXT 2 you used a ModelStringProvider and could return HTML, but I can't find anything similar in 3.
I've tried using ValueProvider and...
I have a Tree that is set up to load a bunch of models, but I don't want it to load them automatically when the tree is loaded. I want to stop this auto-loading behaviour.
setAutoLoad is set to...