Hi Isomorphic,
what is your suggestion for the FormItem in the following usecase:
I have many masterdata tables with user-entered content. This content should be localizable. Therefore I thought about a TextItem (or TextAreaItem) like I already use, but with a icon like you show in DateItem (e.g. here), that launches my Window to edit the translations in different languages.
How do I create this FormItem (basically a sibling to DateItem) that I'll use as editor for my localizable fields best?
CanvasItem? Subclass DateItem? Own item in JS in load_skin.js (I'm using SmartGWT)?
I strongly assume that you'll suggest the latter one (if there is no API to show an icon inside a TextItem already). How would I use such a item from Java/GWT? Do you have any examples for this one?
Even if this is not the best way I'd really appreciate such an example (most likely including some JS and some JSNI) in the showcase.
Thank you & Best regards
Blama
what is your suggestion for the FormItem in the following usecase:
I have many masterdata tables with user-entered content. This content should be localizable. Therefore I thought about a TextItem (or TextAreaItem) like I already use, but with a icon like you show in DateItem (e.g. here), that launches my Window to edit the translations in different languages.
How do I create this FormItem (basically a sibling to DateItem) that I'll use as editor for my localizable fields best?
CanvasItem? Subclass DateItem? Own item in JS in load_skin.js (I'm using SmartGWT)?
I strongly assume that you'll suggest the latter one (if there is no API to show an icon inside a TextItem already). How would I use such a item from Java/GWT? Do you have any examples for this one?
Even if this is not the best way I'd really appreciate such an example (most likely including some JS and some JSNI) in the showcase.
Thank you & Best regards
Blama
Comment