| Issue 264: | ImageItemImpl doesn't output styleClass | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm using a custom toolbar and would like for the styleClass to be output
when set on on a ToolbarItem. Here is an example of the code that I am using:
ToolbarItem saveButton =
toolbar.addToolbarItem(ToolbarItemType.SAVE_WORKSHEET_ITEM);
saveButton.setStyleClass("immediate");
Jun 2, 2010
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Accepted
Mar 9, 2011
Fixed.
Status:
Fixed
|