EasyUI Forum
December 05, 2025, 07:46:34 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 / Bug Report / Re: bug about easyui-menu on: January 16, 2014, 06:48:05 PM
Please update your easyui library to the latest version. Or download the updated menu plugin from http://www.jeasyui.com/easyui/plugins/jquery.menu.js and include it to your page.

Here is the example http://jsfiddle.net/h5Hf8/ that works fine.


Update version 1.34 to 1.35. This question is ok. thank you!
2  General Category / Bug Report / Re: bug about easyui-menu on: January 16, 2014, 10:12:40 AM
You set a wrong 'height' value style(height:70%). Please try the code instead.
Code:
<div  style='width:150px;height:200px;overflow:auto'>
...
</div>

excuse me, this problem still exist.
3  General Category / Bug Report / bug about easyui-menu on: January 14, 2014, 08:39:51 PM

    <div id="mm" class="easyui-menu" >
        <div id="menudetail">
        <span data-options ='iconCls:icon-add'>插入</span><div  style='width:150px;height:70%;overflow:auto'>
         <div><b>TEST</b></div>
          ......
         <div><b>TEST</b></div>
   </div>



A lot of blank  when set 'overflow:auto' for div,
4  General Category / EasyUI for jQuery / question obout tabs on: December 07, 2013, 01:04:13 AM
Code:
                $('#tt').tabs('add', {
                    title: 'apiname',
                    content: 'content',
                    closable: false,
                    selected:true,
                    //insertIndex: 1      I have a demand,I want to insert a tab to the designated location,  i know not what i do?please help me,tks!

                });
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!