EasyUI Forum
October 18, 2025, 03:17:42 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 / General Discussion / Re: How to set combobox drop list height? on: December 15, 2015, 01:00:34 AM
use panelHeight properti on Combo (because combobox is Dependencies on Combo)

Code:
    <input class="easyui-combobox" 
            name="language"
            data-options="
                    url:'combobox_data1.json',
                    method:'get',
                    valueField:'id',
                    textField:'text',
                    multiple:true,
                    panelHeight:'auto'
            ">

or

Code:
    <input class="easyui-combobox" 
            name="language"
            data-options="
                    url:'combobox_data1.json',
                    method:'get',
                    valueField:'id',
                    textField:'text',
                    multiple:true,
                    panelHeight:500
            ">
I advice easyui default set panelHeight with 'auto' in next version. Roll Eyes
2  General Category / General Discussion / Re: easyUI Panel mask feature (ex: for disabling all activities on a panel) on: December 15, 2015, 12:58:40 AM
ok i think its a better idea to put showMask method in next version Smiley
I find a good tips for your need. You can use
Code:
			$.messager.progress({
  title:'your title',
  msg:'Processing ...'
});    

$.messager.progress('bar').css('display','none'); // hide progress bar

3  General Category / General Discussion / How to set combobox drop list height? on: December 01, 2015, 03:34:34 PM
the drop list is too long even little items.

4  General Category / General Discussion / Re: Where is easyui mobile version document? on: December 01, 2015, 12:18:31 AM
The software package works both on desktop and mobile devices. The documentation is also suitable for the mobile development.

I don't agree u. like

Quote
           <div class="m-toolbar">
                <span class="m-title">Demo Login</span>
            </div>

There don't any document about "m-toolbar" have any property or method.
5  General Category / General Discussion / Where is easyui mobile version document? on: November 30, 2015, 07:41:38 AM
I only see mobile demo at this site. I don't find any document about mobile version like pc version. I miss some where?

Anybody can help me? Huh
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!