I\'m new to GWT and trying to make a simple app (like a small version of fmylife). Up to now i made a composite that loads the facts and another composite that has a form to submit new facts (this one
I have existing javascript in a project that creates a \'Calendar\' object. The object is a member of window.
I have created a simple grid widget but it sticks to the browser window. How o I make it开发者_如何学Go movable i.e draggableIf you want to make it drawable, add it first to a (smartgwt) window.
I want to use SmartGWT\'s TreeGrid object to show hierarchical data. The data is heterogeneous, not all elements are of the same type and have the same fields. For example, I have the following data:
I have the following data in a SmartGWT TreeGrid object. Home -Room 1 开发者_Python百科 |-Room 2
Over one month ago, I posted the following problem at http://forums.smartclient.com/index.php but nobody answered:
Ha开发者_开发问答i, I am using SmartGwt Java. To format the price using keyPressFilter, Please suggest any regular expression. It will accept only 0-9 and single decimal only.
We\'ve embarked on a GWT project and using SmartGWT -- we found out that the open source version of SmartGWT does NOT come with DataSources that connect to a RDBMS. In order to connect to a RDBMS, we
Building decent RIA data-intensive crud-like application is still hard. In spite of existence tons of frameworks.
I\'m looking for a good tutorial on how to customize a DataSource in SmartGWT (a code sample will also do for now).