Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

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

    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
Working...
X