Hi,
I'm upgrading from SmartGWT 2 to SmartGWT 3.
Upper in screenshot is SmartGWT 2.x
Lower is SmartGWT 3.
All LinkItems now show its value in a TextBox (with or without setTextBoxStyle() defined to change the style) instead of being a textual link.
GWT Dev mode - FireFox 4
SmartClient Version: SC_SNAPSHOT-2011-07-14/EVAL Deployment
I'm upgrading from SmartGWT 2 to SmartGWT 3.
Upper in screenshot is SmartGWT 2.x
Lower is SmartGWT 3.
All LinkItems now show its value in a TextBox (with or without setTextBoxStyle() defined to change the style) instead of being a textual link.
Code:
linkPW = new LinkItem(); linkPW.setTitle(""); linkPW.setLinkTitle("Forgotten Password?");
SmartClient Version: SC_SNAPSHOT-2011-07-14/EVAL Deployment
Comment