I am using class com.extjs.gxt.ui.client.widget.Info for showing popup messages. I need to show messages of different height, so popup element should change its height automatically.
I hava and 开发者_开发百科GXT form with a DateField. When I clear the form by invoking the clear() method on my form panel, my date field is cleared and stays empty. But I want the date field to displ
I want to have a panel, with two columns. The first column will contain a list of beans, and the right one a form panel for editing those beans. What I want to do, is that list height is the same as
Using GXT I would like to override the \'drop\' in the \'Drag & Drop Grid\' example on the GXT开发者_开发技巧 examples webpage.
I have been tasked to setup a continuous integration environment for a GXT 2.1.1 and GWT 2.0.1 environment.Unfortunately I am new to AJAX and Web Services and have lit开发者_StackOverflowtle idea how
I am building an application based on GXT (J2EE). Now the problem is that I have to connect the application to a LDAP server. Can you tell me how to connect a LDAP server from our java application and
I have a use case that requires a data table 开发者_开发知识库that is pageable, has a checkbox selection per row, and needs to maintain the checkbox selections when paging.
I have posted this question on the Ext-GWT forums, I am just hoping that someone here might have an answer for me!
We are using GXT (EXT + GWT) and Apache commons file upload servlet utility.We have file uploads working but certain types are not uploaded, e.g., text files.Even if the text files have their extensio
开发者_如何学运维I am developing a web application using GXT, Hibernate, mysql etc. There is a login page for the application. Actually I am getting problem to set the login page when the session expi