I have two canvases located to each other. One is supposed to be a kind of workspace you can add items to, select and rearange them. The other one is just a property view.
When I put this in my css file: label, input { font-size: 18px; } Text labels show up with font size 18, but text boxes aren\'t affected.
If have a Canvas wit开发者_开发百科h elements on it where a right-click should open a menu for this element. This works fine in IE. In Mozilla it only works as long a no scrollbar is visible. If I sma
we\'re using smartGWT开发者_运维问答 for our web application. An the main page is a tabset that shows different tabs. What I want to do is do a button to the tab set with the setTabBarControls method
It is possible to show an image by directly typing Img image = new Image(); image.setSrc(\"photo.jpg\");
I am using smart gwt 2.5 List grid. In this I am using check box for simple selection.below is the code for that:
I have a gwt application which uses the slider of smartgwt. However, it开发者_运维百科 takes 8 seconds to load the page (without cache) which is way to long.
I have subclassed RestDatasource to create my own data source. This is the constructor to my Datasource
I got an VLayout which occupies 100% of width on the screen. It contains some HTMLFlow elements, they all are centered. There is one Flow that has the same width as the screen and I want开发者_运维问
I have a field in my dataset defined as: DataSourceDateTimeField dateField = new DataSourceDateTimeField(\"date\");