[gwt-contrib] Enable ability to display leaves in a CellTreeWidget as a grid rather than as a list.

2010-10-05 Thread Nick Cronin
Hi, Was wondering if I could get a code-review done on this patch please. It adds two classes, one that is only placed on leaves and one that is placed on branches. It also changes the way indentation works so that the whole set of children of a branch are indented as a group rather than

override single part of a cssresource with custom css

2010-09-29 Thread Nick Cronin
Hi, I'm building against trunk and I was trying to override the default css of one part of a CellTree.Style as defined by CellTree.BasicResource.cellTreeStyle found in com/google/gwt/user/ cellview/client/CellTreeBasic.css Is there a way to take all the values in CellTreeBasic.css but replace

2.0 dynamically build table with child widgets

2010-06-21 Thread Nick Cronin
I'm trying to dynamically insert a tr with two tds one of which is a Button() which I need a clickhandler attached to it. I know going button.toString and appending that to the tr string like this: $(dynamicTable).append(trtd+button+/tdtd+someString+/ td/tr); results in the clickhandler not being

rel attribute on anchor tag

2009-12-23 Thread Nick Cronin
Hi, Is there a way to assign a rel attribute on an anchor tag via the Anchor object? There's no setRelationship or anything obvious and I'm sure it's quite simple I just can't see it easily =) Thanks -- You received this message because you are subscribed to the Google Groups Google Web