EasyUI Forum
July 26, 2024, 10:52:22 PM *
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 5
16  General Category / EasyUI for jQuery / units such as rem,em don't work in easyui? on: June 17, 2019, 10:35:04 PM
units such as rem,em don't work in easyui?
<input class="easyui-textbox" style="width: 180px;" data-options="label:'abc'"> works!
but
<input class="easyui-textbox" style="width: 10rem;" data-options="label:'abc'"> is invalid.
17  General Category / Bug Report / [datagrid] getChecked method works wrong when datagrid includes idField property on: November 03, 2017, 08:53:15 AM
If a datagrid includes 'idField' property, the getChecked method work wrong.
That is getChecked method can ‘memory history‘. After the datagrid loadData new data, getChecked Continue to return old checked rows.
18  General Category / Bug Report / Re: bug in textbox with button on: October 31, 2017, 09:32:53 AM
tks. I direct bind click event by jQuery. Now using onClickButton is ok.
19  General Category / EasyUI for jQuery / how to set datagrid singleSelect on the fly? on: October 31, 2017, 06:58:02 AM
The datagrid has a 'singleSelect' property to switch one row or multi rows selections during initialization.
Would I switch the ‘singleSelect’ to true or false in running time by some method?
20  General Category / EasyUI for jQuery / the difference between 'clearSelections' and 'unselectAll' in datagrid on: October 31, 2017, 06:46:48 AM
I would like to know what is the difference the 'clearSelections & unselectAll' as well as 'clearChecked & uncheckAll' in datagrid. thanks!
21  General Category / Bug Report / bug in textbox with button on: October 31, 2017, 03:21:24 AM
a textbox with a attached button, both the 'readonly' and 'disable' properties can't stop the attached button's click event.
22  General Category / EasyUI for jQuery / help for textbox with readonly on: October 31, 2017, 02:41:00 AM
When I set up a textbox as :<input class="easyui-textbox" data-options="readonly:true,buttonText:'test'"/>,the button that attached to the textbox is also disable because of the 'readonly:true'. How can only 'readonly' the input at the same time excluding the botton?
23  General Category / EasyUI for jQuery / Re: 'select' and 'setValue' with combobox on: October 30, 2017, 02:41:12 AM
thanks a lot.
24  General Category / EasyUI for jQuery / 'select' and 'setValue' with combobox on: October 27, 2017, 06:31:22 AM
Hi,I wonder what's the difference between the two methods -- 'select' and 'setValue' with combobox. I tested out they have the same effect.
thx!
25  General Category / Bug Report / Re: bug in combobox in 1.5.2 on: October 26, 2017, 07:16:34 AM
This example works fine but the error message 'only numeric allowed.' still show at the combobox right position, at the same time the combobox's background-color is red(it means the validators fail?)
26  General Category / Bug Report / bug in combobox in 1.5.2 on: October 25, 2017, 08:18:07 AM
a. I set a combobox <input class="easyui-combobox" data-options="validType:['c_numeric']"></input>
and init with data : [{
         text: 'java',
         value: 0
      },{
         text: 'perl',
         value: 1
      }]
b. The  'c_numeric' is just a custom validate rule to the combobox, such as :
$.extend($.fn.validatebox.defaults.rules, {
      c_numeric : {
      validator : function(value, param) {
         return value.match(/^[0-9]{1,}$/);
      },
      message : 'only numeric allowed.'
   }
});
c. This combobox works  error with  message('only numeric allowed.') though the value is numeric.
d. It is a bug?
27  General Category / Bug Report / Pagination's displayMsg is invalid in 1.5.2 on: April 25, 2017, 06:24:19 AM
The 'displayMsg' is invalid while setting 'layout'. Removing 'layout', 'displayMsg' works.
It's pagination's bug in 1.5.2?
28  General Category / General Discussion / How to select 'radio' type in datagrid column's editor? on: April 24, 2017, 05:29:54 PM
How to select 'radio' type in datagrid column's editor? I only find the checkbox but not radio. Can I set a radio type for editor?
thx.
29  General Category / General Discussion / Messager should add a pair of min or close options when timeout on: April 13, 2017, 09:16:41 PM
Messager should allow either close or min it when timeout, and its message content also should be customize such as allow show muiltlines.
thanks.
30  General Category / Bug Report / minHeight is invalid in center region of layout? on: April 06, 2017, 04:18:35 AM
minHeight option is found be invalid in center region of layout. I can drag the split to min the center height to 0 even minHeight is setted.
Pages: 1 [2] 3 4 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!