[CLOSED] [MVC] Move panel with js function

  1. #1

    [CLOSED] [MVC] Move panel with js function

    Last edited by Baidaly; Oct 03, 2013 at 4:27 PM. Reason: [CLOSED]
  2. #2
    Hi @Tactem,

    The remove method destroys a component by default. Please try to pass false as the second parameter:
    container.remove(item, false)
    By the way, to remove all the items, you can use the removeAll method:
    container.removeAll(false)
  3. #3
    thank a lot daniil, perfect

Similar Threads

  1. [CLOSED] Executing JS function after ext.net panel autoload
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 22, 2012, 2:06 PM
  2. [CLOSED] Move the grid panel into panels.
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 10, 2011, 5:50 AM
  3. Replies: 4
    Last Post: Oct 21, 2011, 4:48 PM
  4. [CLOSED] Tab Panel Tab Activate function.
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2011, 4:42 PM
  5. [CLOSED] Is there a "CloseAll" function for the tab panel?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 29, 2009, 4:57 PM

Tags for this Thread

Posting Permissions