EasyUI Forum
November 04, 2025, 12:47:48 PM *
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 / How to make a node break-word? on: July 23, 2014, 06:58:38 PM
I make a basic tree and the children node string is too long then I put the following style but it doesn't work.
Code:
<div id='sidebar2'>
<ul class="easyui-tree">
<li data-options="state:'closed'"><span>Part</span>
<ul>
<li><div><div class='slink'>Part_Apply</div></div></li>
</ul>
</li>
<li data-options="state:'closed'"><span>BOM</span>
<ul>
<li><div style="word-wrap:break-word;word-break:break-all;">Create_New_BOM_SOP____AAAAAAAAAAAAAhdfhdsfhjse</div></li>
</ul>
</li>
Anyone knows how to do it?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!