How to refresh a tree panel by serverside method?

  1. #1

    How to refresh a tree panel by serverside method?

    Any body can help me?

    Tree is a treePanel using Ajax Method
  2. #2

    RE: How to refresh a tree panel by serverside method?

    Hi all

    In the examples of coolite version 0.7

    we are using one css sheet called
    examples.css.


    <link href="../../../../resources/css/examples.css" rel="stylesheet" type="text/css" />


    How can add the source file to my project.

    Regards

    Sreejith.

  3. #3

    RE: How to refresh a tree panel by serverside method?

    Hi, if you use AjaxMethod for loading nodes then you can reload root node

    JavaScript Code
       TreePanel1.getRootNode().reload();
    If tree is static then you can use code from this topic
    http://forums.ext.net/showthread.php...=6237-4-1.aspx


  4. #4

    RE: How to refresh a tree panel by serverside method?

    thank you !!

Similar Threads

  1. Replies: 11
    Last Post: Oct 07, 2011, 9:14 AM
  2. Replies: 2
    Last Post: Mar 03, 2010, 3:08 PM
  3. Replies: 8
    Last Post: May 28, 2009, 8:18 PM
  4. How to refresh tree using CodeBehind and VB?
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: Apr 21, 2009, 2:47 PM
  5. How to call serverSide method from javascript
    By designworxz in forum 1.x Help
    Replies: 2
    Last Post: Mar 09, 2009, 11:26 PM

Posting Permissions