[CLOSED] ActiveError a example

  1. #1

    [CLOSED] ActiveError a example

    Can you to give me a example to property ActiveError? I want to know to use this property by example in a control RadioGroup.

    Regards
    Last edited by Daniil; Aug 18, 2012 at 9:36 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Here you are.

    Example
    <ext:RadioGroup 
        runat="server" 
        ActiveError="Some active error" 
        MsgTarget="Side">
        <Items>
            <ext:Radio runat="server" BoxLabel="Radio 1" />
            <ext:Radio runat="server" BoxLabel="Radio 2" />
        </Items>
    </ext:RadioGroup>
    See also
    http://docs.sencha.com/ext-js/4-1/#!...fg-activeError

Tags for this Thread

Posting Permissions