there is a pagingrid in my project that works fine.thati want to use storefilterfield to make search for the paginggrid but it worked only in one page not the whole data.Is there some good...
Type: Posts; User: giggle16
there is a pagingrid in my project that works fine.thati want to use storefilterfield to make search for the paginggrid but it worked only in one page not the whole data.Is there some good...
There is a basic grid and load data from database using rpc.But the data content is not display in grid cell,but the data number is showing,because i used RowNumberer in the grid.
I have used...
i have searched online for printing gxt widget like grid or window and work fine with eclipse debug moded. but when it run in tomcat ,i do not work and print nothing.this is my code;
print.java
...
thanks for reply!
just like the showcase bluechart code which return a panel, i click the treenode to active this to display in tabPanel .like the code :
SimpleSafeHtmlCell<String> cell = new...
i found the same problem in ext
http://www.sencha.com/forum/showthread.php?144613-problem-adding-a-chart-to-a-tab-panel-dynamically
and how to fix in gxt? thanks!
i made a chart in ContentPanel following with showcase and added it on TabPanel.
but when it click the treenode to active the tab in centerPanel, the chart did not display. However,when it click the...
i have added an addKeyPressHandler in textfield,but it doest not work in chrome while in IE9 it works fine.
is there any problem in my code like this:
usernameField.addKeyPressHandler(new...
thanks for Colin Alworth's reply
in my project ,indeed missing reset.css file.
add this file,that's resolve. thanks!
i add tabitemconfig on tabpanel like this:
panel = new TabPanel();
AlertPanel alertPanel = new AlertPanel();
TabItemConfig config_alertpanel = new TabItemConfig("alert");...
Hi, i have a navigation tree,i want to create different tabs in centerpanel when i click treenode,i can only get the treenode string value which i want to create different tabs with.
So how can i...