[CLOSED] Collapse and expand event of fieldset component not available in V2

  1. #1

    [CLOSED] Collapse and expand event of fieldset component not available in V2

    The fieldset control use to have the collapse and expand event listener in v1 but it is not recognized in V2. How can this be achieved in V2.

    <ext:FieldSet
                                         ID="detailContainer" 
                                         runat="server" 
                                         Collapsible="true" 
                                         Title="<%$ Resources:WebResources|Common.FormLabels, AdditionalInformation %>" 
                                         Layout="AnchorLayout" 
                                         Collapsed="true" 
                                         AnchorHorizontal="95%" 
                                         HideLabel="true" HideLabels="true" 
                                         BodyStyle="padding:10px 0px 0px 0px">
                                            <Items>
                                                <ext:TextArea ID="ExceptionText"  runat="server" Text=""  
                                                AnchorHorizontal="100%"   Cls="AdditionalErrorText" />
                                            </Items>
                                            <Listeners>                                                                                
                                                <Collapse Handler="" />
                                                <Expand Handler=""/>
                                            </Listeners>
                                        </ext:FieldSet>
    Last edited by Daniil; Mar 08, 2012 at 8:30 AM. Reason: [CLOSED]
  2. #2
    Confirm. We will add it
    At this moment you can use
    <AfterRender Handler="this.on('expand', function(){alert('expand');});" />

Similar Threads

  1. [CLOSED] Fieldset collapse codebehind
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 03, 2012, 8:23 AM
  2. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  3. [CLOSED] Gridpanel GroupingView Expand/Collapse Event
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 16, 2011, 9:37 AM
  4. Replies: 4
    Last Post: Aug 19, 2009, 2:01 PM
  5. Replies: 2
    Last Post: Jun 01, 2009, 10:45 AM

Posting Permissions