I have an GWT/GXT application running on UTF-8 encoding.We would like it to support UTF-16.That is, we would like the UTF-16 encoded characters copy-pasted from word/other sources to be safely propaga
Is there is any way in GWT where date field can be masked with various date formats? http://digitalbush.com/projects/masked-input-plugin (in demo tab)
I need to plot time stamped sensor data on a chart. There would be 3000 to 15000 data points in a day and I am looking for an interactiv开发者_如何学编程e chart that is easy to navigate. Google Financ
I am usin开发者_JAVA百科g ExtGWT. my requirement is i need to keep import button. as and when import is clicked user should be able to import an excel sheet into the application. and the excel data sh
GXT EditorGrid provide a mechanism to set a type of editor for a column. Is there anyway to define the editor type on a cell by cell basis?
I am using EditorGrid 开发者_JAVA百科in ExtGWT. currently DnD feature is enabled. i want desable in particular context. please help me how to achieve this.
I am using ExtGWT. in my application i should accept excel file through browse button and should read the content of excel开发者_如何学Python file and display in a grid. please suggest me how to achie
I have an TextField with datatype Integer, so I am trying to getFieldValue() and write it to Integer field. So in runtime I have an error here:
I see that the best way to make the application resolution independent is to use proper layouts as described here http://www.sencha.com/helpcenter/index.jsp?topic=/com.extjs.gxt.help/html/reference/la
I am trying to trap the GXT Window hide event.Below is my code, but it does not work.The L开发者_如何转开发og statement never get called.