smartgwt
Missing mouse up event from different canvas in smartGWT
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.[详细]
2023-04-13 08:19 分类:问答Smartgwt font size in text input using css
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.[详细]
2023-04-13 08:07 分类:问答Right Click menu doesn't show up on Firefox (smartgwt)
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[详细]
2023-04-12 22:23 分类:问答Alignment of the TabBarControls in a TabSet
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[详细]
2023-04-12 18:43 分类:问答Smartgwt & gwt Show Image From External Folder
It is possible to show an image by directly typing Img image = new Image(); image.setSrc(\"photo.jpg\");[详细]
2023-04-11 22:25 分类:问答Smart Gwt List Grid:How to check selected records
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:[详细]
2023-04-11 04:32 分类:问答Improving loading performance of a gwt application with a smartgwt slider
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.[详细]
2023-04-11 01:07 分类:问答Mapping XML responses to data records ( Smartgwt)
I have subclassed RestDatasource to create my own data source. This is the constructor to my Datasource[详细]
2023-04-10 06:29 分类:问答SmartGWT: horizontally center an HTMLFlow
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开发者_运维问[详细]
2023-04-09 23:04 分类:问答Output datetime value to StaticTextField in SmartGWT
I have a field in my dataset defined as: DataSourceDateTimeField dateField = new DataSourceDateTimeField(\"date\");[详细]
2023-04-09 10:42 分类:问答