Pandaman
23 Jul 2009, 3:53 PM
I want to style my TreeGrid such that if a parent div's font-size increases by .5em, all of the TreeGrid components' font size increase within their factor of that .5em. So far, I have called setStyleName("default-font") on the following items:
Labels produced by the cell renderer
the treeGrid itself
the treeGrid's columnconfigs (well I called setStyle("font-size:1em") on these because there was no setStyleName for it)
where in my CSS document I define
default-font {
font-size:1em;
}I cannot find anything else in the TreeGrid object that I can call setStyleName on...
Labels produced by the cell renderer
the treeGrid itself
the treeGrid's columnconfigs (well I called setStyle("font-size:1em") on these because there was no setStyleName for it)
where in my CSS document I define
default-font {
font-size:1em;
}I cannot find anything else in the TreeGrid object that I can call setStyleName on...