Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Typo in FormItemType.java / Question about manual Enum-value lookup

$
0
0
Hi Isomorphic,

http://code.google.com/p/smartgwt/so...mItemType.java

has
Code:

RADIOGROUP_ITEM("radioGroup"),
which most likely should be
Code:

RADIOGROUP_ITEM("RadioGroupItem"),
with respect to the other *Items there.

Is this forum the place to report such things?

Is google code the place to look for Enum-Values to use in .ds.xml files referenced in http://www.smartclient.com/smartgwte...e-summary.html?
Right now I wanted to know what exactly to write in the DSField.editorType-attribute, so I searched in the Showcases source for it, but only found "ComboBoxItem"

Thank you & Best regards,
Blama

Viewing all articles
Browse latest Browse all 4756