private ComboBox comboLeadSource = new ComboBox("", "Lead Source",
_ShrisureConstants.FIELD_WIDTH);
final HTML LeadSourceHtml = new HTML(
"<font size = 2>Lead Source <font
color='red'>(*)</font>:</font>");
// LeadSourceHtml.setStyleName("SGI_label_style");
LeadSourceHtml.setWidth("258");
LeadSourcePanel.setLayout(new HorizontalLayout(1));
LeadSourcePanel.add(LeadSourceHtml);
LeadSourcePanel.add(comboLeadSource);
here LeadSourceHtml is Html We Can Wirte html code iNside the constructor
On Thu, Feb 26, 2009 at 11:18 PM, vikon <[email protected]> wrote:
>
> Is there an option to display an astreik in red next to textfield
> saying that the
> field is required .
>
> Thanks
> Vikram
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---