Use Firefox and other
SmartGWt2.4
I have a DynamicForm with a RadioGroupItem, I set the Prompt and it display correctly when the mouse enter the RadioGroupItem Area.
With other components like for example TreeGrid I did the same thing and was able to add
BUT... this type of code doesn't work with RadioGroupItem!
Is ther a logical explaination or is it a bug?
Regards
Alain
SmartGWt2.4
I have a DynamicForm with a RadioGroupItem, I set the Prompt and it display correctly when the mouse enter the RadioGroupItem Area.
With other components like for example TreeGrid I did the same thing and was able to add
Code:
catalogueTreeGrid.setHoverMoveWithMouse(true); catalogueTreeGrid.setHoverOpacity(50); catalogueTreeGrid.setPrompt("Choisissez le niveau ou vous désirez créer votre rubrique ");
Is ther a logical explaination or is it a bug?
Regards
Alain
Comment