EasyUI Forum
May 09, 2024, 02:45:51 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1] 2 3 ... 10
 1 
 on: May 08, 2024, 10:07:39 PM 
Started by happyraing - Last post by happyraing
rownumberWidth:100

 2 
 on: May 02, 2024, 11:55:20 PM 
Started by rezzonico - Last post by rezzonico
Hi,

I have a combotree but the property textField does't work.

See the code here:
http://62.48.115.40/file.html


Thanks
Miche

 3 
 on: May 02, 2024, 02:14:01 PM 
Started by BinaryCode - Last post by BinaryCode
Howto customize color for:

1. Tabs
    - change tabs header color
    - change tabs body color

2. datagrid
    - change datagrid header color
    - change datagrid row, cell color

3. button
    - change button color

i want customer ui-cuppertino to be

 1. dark mode
 2. cyan mode
 3. blue mode
 4. orange mode

TIA

 4 
 on: April 30, 2024, 06:28:54 PM 
Started by Aod47 - Last post by Aod47
I got it. Grin Thank you


 5 
 on: April 29, 2024, 09:03:42 PM 
Started by Aod47 - Last post by Aod47
I try to filter datagrid with asp.net but I don't understand the logic of datagrid33_getdata.php.
Could you please share code how datagrid33_getdata.php filter textbox field from database.

Thank you very much.

 6 
 on: April 29, 2024, 01:28:16 AM 
Started by Coder - Last post by Coder
now use
Code:
$('#dlg .layout').layout('panel','east').panel('resize',{width:250});
$('#dlg .layout').layout('expand','east');

its work, but panel floating from 0 position

 7 
 on: April 29, 2024, 01:24:41 AM 
Started by Coder - Last post by Coder
Code:
  $('#dlg .layout').layout('add',{
    region: 'east'
  , width: 150
  , minWidth: 150
  , maxWidth: 250

$('#dlg .layout').layout('expand','east') - expand panel only to "default"(initial or last) width.

How to expand to maxWidth ?

 8 
 on: April 21, 2024, 10:08:28 PM 
Started by jahangir - Last post by jahangir
Thanks Jarry, it works.
I changed your code from:
msg.find('.messager-input').attr('type','number');
to:
msg.find('.messager-input').numberbox({width:'100%'});
to convert the input to an EasyUI numberbox.

 9 
 on: April 19, 2024, 10:38:00 AM 
Started by Coder - Last post by Coder
for simple export there is no need for ext lib

 10 
 on: April 18, 2024, 03:13:33 AM 
Started by Wojak - Last post by Wojak
I changed to the newest version, but still the same problem. Is there a way to fix it by calling method?

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!