Hi, I needed icons to be placed on the left side on FormItem (on the left of text box or select box) so I implemented it.
I introduced a new FormItem attribute: iconsOnLeft, which defines where the icons will be placed (true - left, false or not defined - right).
I attached the reimplementation of method FormItem._getTableHTML() and templates, based on SmartClient 7.0RC2.
I think this is a "nice to have" in the next release, since it is difficult to overload the FormItem.getInnerHTML() method due to name mangling of "private" methods and data.
Borut
I introduced a new FormItem attribute: iconsOnLeft, which defines where the icons will be placed (true - left, false or not defined - right).
I attached the reimplementation of method FormItem._getTableHTML() and templates, based on SmartClient 7.0RC2.
I think this is a "nice to have" in the next release, since it is difficult to overload the FormItem.getInnerHTML() method due to name mangling of "private" methods and data.
Borut