EasyUI Forum
May 02, 2024, 04:20: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 2 3 [4]
46  General Category / EasyUI for jQuery / decode html entity in combobox on: August 02, 2013, 12:32:46 PM
In combobox, i have few values contained the entity reference in it. Can we decode it ?

47  General Category / EasyUI for jQuery / Re: Get parent node!! on: January 05, 2013, 09:37:21 PM
Could you please kindly provide a link so it'd be much easier for the owner or passer-by!!!
48  General Category / EasyUI for jQuery / Re: TreeGrid icon for each node on: January 05, 2013, 12:27:40 PM
  • id: An identity value bind to the node.
  • text: Text to be showed.
  • iconCls: The css class to display icon.
  • checked: Whether the node is checked.
  • state: The node state, 'open' or 'closed'.
  • attributes: Custom attributes bind to the node.
  • target: Target DOM object.

Code:
<style>
   cssclass: background:url('test.png') no-repeat center center;
   cssclass1: background:url('test1.png') no-repeat center center;
</style>
Hope it will help you Smiley
49  General Category / EasyUI for jQuery / Re: Get parent node!! on: January 02, 2013, 07:35:23 AM
Please, take a look at it:
Code:
<select id="cc" class="easyui-combotree" data-options="url:'../tree/tree_data1.json'" multiple style="width:200px;"></select> 
<script>
var nodes = $('#cc').tree('getChecked', 'indeterminate');
</script>
Hope it works as your desire!
50  General Category / EasyUI for jQuery / Re: limit width/height of $.messager.alert on: December 29, 2012, 05:48:44 AM
If im not mistaken the below code might help you:
Code:
$.messager.alert('Warning','The warning message').window({  
    width:300, 
    height:300
}); 
Pages: 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!