Hi Isomorphic,
is it possible to customize the Hovers for ListGrid columns? I'd like to show some help / explanation in the Hover.
I was thinking of a customizer with a title:String and ellipsisShown:boolean parameter.
This way I could display either only the title if ellipsis is shown (= the current default) or also show some explanatory text.
I think that in one of the other ListGrid header-texts someone else also asked for this but you rejected the idea.
Do you have another idea for ListGrid-column help (context menu?) and help in general?
I was thinking if something like this would be possible:
Thank you & Best regards
Blama
is it possible to customize the Hovers for ListGrid columns? I'd like to show some help / explanation in the Hover.
I was thinking of a customizer with a title:String and ellipsisShown:boolean parameter.
This way I could display either only the title if ellipsis is shown (= the current default) or also show some explanatory text.
I think that in one of the other ListGrid header-texts someone else also asked for this but you rejected the idea.
Do you have another idea for ListGrid-column help (context menu?) and help in general?
I was thinking if something like this would be possible:
- Show a light opacity-mask like window
- Loop though all drawn (and visible in viewport?) widgets.
- If of a SmartGWT subclass of mine, get location
- If help text present, at the top right of the item, draw a question mark icon
- On hover of the icon draw a light red border around the item (similar to what you do in your Developer Console "Watch"-tab)
- On click of the icon display a help window
Thank you & Best regards
Blama
Comment