EasyUI Forum
November 05, 2025, 01:09:03 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Get node-id onclick event in combotree on: November 23, 2012, 09:11:44 PM
How do we get the node-id of the selected node from the combotree. onclick event get the node-id of the node.
2  General Category / EasyUI for jQuery / Expand the node when using setValues function on: October 25, 2012, 06:50:06 AM
I need help in expanding the node while using the function setValues.

example:
   
Folder1
    File1
    Folder2
        File2
        Folder3
            File31
            File32


In the above example if I am passing the node-id of the child "file32" to the function setValues. Then the nodes "Folder2", "Folder3" should automatically be expanded.

I am using the following code.
 <script>
 $(document).ready(function () {
     $('#cc').combotree('setValues', 1,2,20,40,10);   
});
</script>

3  General Category / EasyUI for jQuery / Re: Remove the Checkall functionality of combotree on: October 25, 2012, 06:40:32 AM
Thank You for the Help !
4  General Category / EasyUI for jQuery / Remove the Checkall functionality of combotree on: October 25, 2012, 02:38:41 AM
I need help in disabling the checkall feature. Can someone please help me in that.
Actually my requirement is that Whenever the user will check or select the parent node then all its child node should not be checked or selected.

Only the checked Element or node will be marked as selected not the others like its child nodes.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!