How to get current system date in Smartgwt application (Merely javascript). I need date to be printed as 25 October 2010 something like this. Currently i am using
This is my code snippet: final ListGrid subscriberGrid = new ListGrid(); subscriberGrid.setWidth(500); subscriberGrid.setHeight(224);
I am trying to get started with SmartGwt. I am using the XJSONDatasource to make a cross-domain call to an example page at SmartClient that has JSON data. When I run the code, however, a popup comes u
I have a database table for log messages and at any开发者_如何转开发 time there can be inserted new rows. I want to show them in grid and when you scroll down I want to request more rows form this tab
First let me warn readers not to pass me off to any links in isomorphic because it is highly probable I have read it and I have scoured the smartgwt showcase running locally here as I ask this开发者_如
I\'ve seen GWT\'s getElementById, but I\'m looking 开发者_开发问答for something a lot more flexible/powerful. I\'d prefer CSS selectors, but an XPath interface would do in a pinch. Thanks.You may be i
I have my back end on the Google app engine. Now I need a RIA on top of it. What should be my option?
This sounds like a pretty simple thing to do but I havent been able to find an easy way to do this. How do I create a panel with a title and a border which can contain my widgets? I have seen the Sect
While creating a simple client for a REST service which I have stubbed out, I noticed that smartGWT开发者_运维技巧\'s RestDataSource class is limited in the type of xml it can understand. All REST res
I would like to know the difference between GWT, GWT-RPC, EXT-GWT and Smart GWT. Currently, I managed to borrow books on GWT which I understand is just a library designed to开发者_JS百科 facilitate fa