gwt-ext commits

RevisionAuthorDateDescription
1821mlim197205 Sep 2008 03:30:21

New method to update the html/code and extending the textarea to occupied the whole panel

1820mlim197205 Sep 2008 03:11:15

Issue 404. Overwrite methods to remove lingering labels when calling removeAll() or clear()

1819mlim197204 Sep 2008 04:53:11

Issue 403. Fixing problem where 'select' was not triggered when a date is picked from a DateField.

1818mlim197204 Sep 2008 04:50:58

No needed since sh is now moved to the main GWTExt code based because of the SyntaxHightlighterPanel.

1817mlim197204 Sep 2008 02:08:04

Issue 402. Added static method to get an instance of GridPanel to facilitate JSNI integration.

1816sanjiv.jivan03 Sep 2008 19:49:57

updated for gwt 1.5.2

1815mlim197231 Aug 2008 20:51:24

Issue 401. Scrolling to the right when having a EditoGridPanel does not show the editor.

1814mlim197230 Aug 2008 16:30:01

Issue 393. Added a local instance of the store so that it returns it when calling getStore. I don't know why it wouldn't return anything from the JSNI code.

1813mlim197230 Aug 2008 16:15:44

Issue 400. Added the SyntaxHighligterPanel

1812mlim197220 Aug 2008 13:02:19

need to get a treenode by giving the javascriptobject. The current instance given was to return a Node not a TreeNode.

1811mlim197220 Aug 2008 13:00:51

FF did not get focus unless it has a tabindex

1810mlim197217 Aug 2008 02:33:33

Adding a way to set Tree attributes

1809mlim197216 Aug 2008 12:16:29

Issue 389. Adding FocusPanel into GWTExt