The FormDecorator Wijmo Open for Juice UI extenders, including WijButton, WijRadio, WijCheckbox, WijDropdown, WijTextbox are used to decorate standard HTML form elements. The FormDecorator extenders allow any form element to be styled uniformly in any browser.
WijButton
The WijButton control is used to decorate a standard HTML button element.
WijButton Markup
The following markup creates a WijButton control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijButton ID="WijButton1" runat="server" Label="Save" TargetControlID="Button1">
<cc1:WijButton>
WijCheckbox
The WijCheckbox control is used to decorate a standard HTML check box element.
WijCheckbox Markup
The following markup creates a WijCheckbox control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijCheckbox ID="CheckboxExtender1" runat="server" TargetControlID="CheckBox1" />
WijDropdown
The WijDropdown control is used to decorate a standard HTML drop-down element.
WijDropdown Markup
The following markup creates a WijDropdown control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijDropdown ID="DropdownExtender1" runat="server"
TargetControlID="DropDownList1" />
WijRadio
The WijRadio control is used to decorate a standard HTML radio button element.
WijRadio Markup
The following markup creates a WijRadio control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijRadio ID="RadioExtender1" runat="server"
TargetControlID="RadioButton1" />
WijTextBox
The WijTextbox control is used to decorate a standard HTML text box element.
WijTextbox Markup
The following markup creates a WijTextbox control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijTextbox ID="TextboxExtender1" runat="server"
TargetControlID="TextBox1" />