how to add client function when click collapse icon

  1. #1

    how to add client function when click collapse icon

    I have Panel which is collapsed when page first open. I want to add some client side function when user click collapse icon to expand the panel. where I need to put client code in?

    Thanks
    Holly

     <ext:Panel ID="EastPanel" runat="server" Width="310" Title="Page Infomation" Collapsed="true" Region="East" Split="true" Collapsible="true"
                            Layout="Fit">
  2. #2
    Hi,

    You can configure the <Expand> Listener of the Panel.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Expand / Collapse Grid group in client side - Razor
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 31, 2012, 12:52 PM
  2. [CLOSED] Hiding the Expand / Collapse Icon in a GroupTabPanel
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 06, 2012, 6:48 AM
  3. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  4. [CLOSED] FormGroup without collapse icon
    By jchau in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2011, 3:44 PM
  5. Replies: 3
    Last Post: Apr 08, 2010, 5:28 PM

Posting Permissions