ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / Form Decorator Extenders
In This Topic
    Form Decorator Extenders
    In This Topic

    The Wijmo FormDecorator extender controls are used to decorate standard HTML form elements. The FormDecorator extender controls allow any form element to be styled uniformly in any browser.

    C1ButtonExtender

    The C1ButtonExtender control is used to decorate a standard HTML button element.

    C1ButtonExtender Markup

    The following markup creates a C1ButtonExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1:C1ButtonExtender ID="C1ButtonExtender1" runat="server" Label="Save" TargetControlID="Button1">

       </cc1:C1ButtonExtender>

    C1CheckboxExtender

    The C1CheckboxExtender control is used to decorate a standard HTML check box element.

    CheckboxExtender Markup

    The following markup creates a C1CheckBoxExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1:C1CheckboxExtender ID="CheckboxExtender1" runat="server"

            TargetControlID="CheckBox1" />

    C1DropdownExtender

    The C1DropdownExtender control is used to decorate a standard HTML drop-down element.

    C1DropdownExtender Markup

    The following markup creates a C1DropdownExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1:C1DropdownExtender ID="DropdownExtender1" runat="server"

            TargetControlID="DropDownList1" />

    C1RadioExtender

    The C1RadioExtender control is used to decorate a standard HTML radio button element.

    C1RadioExtender Markup

    The following markup creates a C1RadioExtender control. Set the TargetControlID property to attach the extender to a control.

    <wijmo:C1RadioExtender ID="RadioExtender1" runat="server"

            TargetControlID="RadioButton1" />

    C1TextboxExtender

    The C1TextboxExtender control is used to decorate a standard HTML text box element.

    C1TextboxExtender Markup

    The following markup creates a C1TextboxExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1:C1TextboxExtender ID="TextboxExtender1" runat="server"

      TargetControlID="TextBox1" />