[CLOSED] UnCheck all tree node

  1. #1

    [CLOSED] UnCheck all tree node

    Is there better way to do this now?
    I found post from 2010:
    http://forums.ext.net/showthread.php...oxes-treepanel
    I got ui.toggleCheck undefined error.

    Thanks
    -susan zhang
    Last edited by Daniil; Oct 28, 2014 at 10:29 AM. Reason: [CLOSED]
  2. #2
    Hi @susanz,

    Please use:
    App.TreePanel1.setAllChecked();
  3. #3
    Hi Daniil, I need uncheck all, should it be setAllChecked(false) or other name ? where can I find this API?
    Thanks
    -szhang
  4. #4
    Please use:
    App.TreePanel1.clearChecked();
    where can I find this API?
    Unfortunately, no API docs on that. The only thing I can suggest is to review the sources.
    http://svn.ext.net/premium/trunk/Ext.../tree/Panel.js
  5. #5
    Thanks. That works!
    -szhang

Similar Threads

  1. Replies: 1
    Last Post: Apr 02, 2013, 5:50 AM
  2. [CLOSED] check/uncheck for all child node in treepanel
    By majestic in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 15, 2012, 3:11 AM
  3. Replies: 0
    Last Post: Dec 19, 2011, 12:11 AM
  4. [CLOSED] Can I Check UnCheck in Tree Panel from Server Side
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 28, 2011, 10:30 AM
  5. Replies: 16
    Last Post: Jul 19, 2011, 3:53 AM

Posting Permissions