EasyUI Forum
May 17, 2024, 08:18:26 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 3 4 [5] 6
61  General Category / EasyUI for jQuery / Re: dialog 1.4 on: August 01, 2014, 12:11:19 AM
I think this issue should be considered bug
62  General Category / Bug Report / Re: jQuery EasyiUI 1.4 Use feelings on: July 31, 2014, 07:27:25 AM
去求 ,我也用中文写吧, E 文本来就不好。 以上问题, 我也遇到了
63  General Category / EasyUI for jQuery / dialog 1.4 on: July 31, 2014, 07:13:33 AM
why !  when i used easyui 1.4 .
64  General Category / EasyUI for jQuery / conbobox problem on: May 19, 2014, 03:05:50 AM
conbobox problem, when the value of the option to manually enter does not exist, the default is empty, how to achieve it
65  General Category / EasyUI for jQuery / combobox problem on: May 06, 2014, 01:29:33 AM
It is recommended to enter a value in combobox does not exist in the data, after losing focus, auto emptied.

66  General Category / EasyUI for jQuery / Re: combotree 的 onHidePanel 里取的是旧值的问题 on: April 23, 2014, 09:10:49 PM
在 onSelect : function(record){}  去操作
67  General Category / EasyUI for jQuery / Re: Is combobox not supported Chinese retrieval?(combobox不支持对中文的检索过滤吗?) on: April 12, 2014, 11:01:26 AM
支持中文
68  General Category / EasyUI for jQuery / Re: 普通 input 控件的边框颜色与combo 框不一致 on: February 24, 2014, 12:53:18 AM
this question is


“Border Color ordinary input controls is inconsistent with the combo box”
69  General Category / EasyUI for jQuery / Re: about MenuButton question show/hidden on: January 19, 2014, 08:18:52 PM
nice job . It‘s work . thank you.
70  General Category / EasyUI for jQuery / about MenuButton question show/hidden on: January 16, 2014, 02:25:49 AM
i have a advanced search in menubutton's panel . when i click the combobox ,the menubutton auto hidden and combobox Z-Index is Less than menubutton Z-Index .
71  General Category / Bug Report / Re: linkbutton禁用后,其注册的click事件的回调函数依然能执行 on: December 04, 2013, 12:29:52 AM
例如定义一个linkbutton,初始化disabled:true
<a href="#" class="easyui-linkbutton" data-options="disabled:true" id="t">test</a>
1、然后设置click事件
$("#t").click(function() {
    alert(211);
});
在disabled状态下的linkbutton,click的回调函数仍然会执行。

2、如果该linkbutton应用tooltip,例如
$("#t").tooltip({
      showEvent : 'click',
      content : "......"
   });
在disabled状态下,linkbutton的click仍然会把tooltip显示出来。

yes, you must unbound click even !
或者你可以直接写在 onclick 里面。
72  General Category / EasyUI for jQuery / Re: file upload on: December 04, 2013, 12:17:04 AM
To upload a file, the 'enctype' attribute must be specified as "multipart/form-data".
Code:
<form id="fm" action="..." method="post" enctype="multipart/form-data">
</form>

why easyui not have upload  plug
73  General Category / EasyUI for jQuery / Re: about datagrid "fit" attribute help on: November 19, 2013, 06:50:26 AM
fit 无效是因为不知道你dg 外层元素的大小。
74  General Category / EasyUI for jQuery / Re: validation message jumps away on: August 09, 2013, 02:10:00 AM
i have this Problem
75  General Category / EasyUI for jQuery / DataGrid getEditor on: July 02, 2013, 08:47:48 PM
The first successful, the second failure

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