[CLOSED] Portlet closable and closeaction property obsolete?

  1. #1

    [CLOSED] Portlet closable and closeaction property obsolete?

    What's the purpose of the Closable and CloseAction property on a Portlet? Setting Closable = true does not automatically add a close tool to the Portlet. There's no Portlet.close() clientside function. Only Portlet.hide(). If I want to close a portlet and destroy it completely, how do I do that? Portlet.hide(); Portlet.destroy(); ? Will that clean up ALL child controls inside the Portlet?
  2. #2

    RE: [CLOSED] Portlet closable and closeaction property obsolete?

    Hi,

    Those properties are inherited from PanelBase and should be used if the control is used as Tab only inside Items collection of the TabPanel (or if control is Window)

Similar Threads

  1. [CLOSED] [1.0] ImageUrl property in Ext.Net.Portlet
    By betamax in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 03, 2010, 9:51 PM
  2. Code behind setting Title property on portlet fails
    By netwearcdz in forum 1.x Help
    Replies: 3
    Last Post: Jan 15, 2010, 3:36 PM
  3. Replies: 4
    Last Post: Jun 03, 2009, 5:24 PM
  4. [CLOSED] TabPanel and Closable
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 07, 2008, 5:11 PM

Posting Permissions