EasyUI Forum
July 26, 2024, 10:45:55 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
31  General Category / General Discussion / How can set z-index in Tooltip? on: September 17, 2016, 05:14:42 AM
How can set  z-index in Tooltip?
If I customize the content in the menubutton by class 'menu-content' and tooltip a "<a>test</a>" in the content, '<a>test</a>''s tooltip can't been seen because it's zindex less than the menubutton zindex.
Now I deal it as follows:
onShow : function() {
            $(this).tooltip('tip').css("z-index", 200000);
         }
32  General Category / General Discussion / Re: How can numberbox inherit the properties such as title, placeholder from the ori on: September 16, 2016, 10:08:09 AM
thanks, the 'placeholder' works but the 'title' is still missing.
33  General Category / General Discussion / How can numberbox inherit the properties such as title, placeholder from the ori on: September 14, 2016, 07:40:55 AM
How can numberbox inherit the properties such as title, placeholder from the original input element?
thanks.
34  General Category / Bug Report / bugs about touch events from jquery.parser.js??? on: September 06, 2016, 12:02:56 AM
In jquery.parser.js, there are some touch events for supporting mobile devices.
such as
Code:
function onTouchEnd(e){
// if (e.touches.length > 0){return}
if (longTouchTimer){
clearTimeout(longTouchTimer);
}
fire(e, 'mouseup');
if ($.fn.draggable.isDragging || $.fn.resizable.isResizing){
e.preventDefault();
}
}

the sentence ‘ fire(e, 'mouseup'); ’ is necessary?? because of touchstart --> touchmove -> touchend -> click, so click event will happen twice through testing.
I think the  sentence  'fire(e, 'mouseup');' should be removed.

sanks!!!
35  General Category / Bug Report / Re: zIndex property in dialog are invalid on: July 17, 2016, 07:54:59 AM
thanks!
36  General Category / Bug Report / zIndex property in dialog are invalid on: July 15, 2016, 10:51:37 PM
I would  set a dialog's zIndex, such as
<div id="dlg" class="easyui-dialog" data-options="zIndex:10000" style="width:400px;height:200px;"></div>,
and the Index property value is always 9000.
37  General Category / Bug Report / Re: jQuery EasyUI 1.4.5 don't work with IE11 in Windows 10 on: May 31, 2016, 08:35:14 AM
3ks!
38  General Category / Bug Report / jQuery EasyUI 1.4.5 don't work with IE11 in Windows 10 on: May 30, 2016, 04:05:38 AM
It will report an error when loading jQuery EasyUI 1.4.5.

SCRIPT1028: Expected identifier, string or number
jquery.easyui.min.js (12579,3)


PS: But it works fine with IE11 in Windows 7.
39  General Category / EasyUI for jQuery / Re: Hope idField,treeField properties can be set in a Tree on: February 21, 2016, 04:10:09 AM
Hope that 'id' and 'text' not fixed, but can be set, just like 'idField' and 'treefield' in the treegrid.
Thanks.
40  General Category / EasyUI for jQuery / Re: Hope idField,treeField properties can be set in a Tree on: February 20, 2016, 05:07:38 AM
The 'id' and 'text' properties are available in tree component.
Thanks.
I use <ul id="myTree" data-options="id:'myId',text:'myText'"></ul>, json:[{myId:1, myText:'test'}],
but it doesn't work.
41  General Category / EasyUI for jQuery / Hope idField,treeField properties can be set in a Tree on: February 19, 2016, 10:57:13 PM
idField,treeField properties can be set in a TreeGrid, I hope these two attributes can also be realized in the Tree,thanks.
42  General Category / EasyUI for jQuery / Re: hope treegrid can realize validateRow method on: February 19, 2016, 09:46:00 AM
so treegrid always have inherited methods of the datagrid?
43  General Category / EasyUI for jQuery / hope treegrid can realize validateRow method on: February 18, 2016, 06:42:07 AM
Datagrid realizes the method of validateRow, so, hope that the treegrid can also use validateRow method, thank you
44  General Category / General Discussion / panel should offer a method named "toolbar" on: February 02, 2016, 12:05:01 AM
panel & window & dialog should offer a method named "toolbar" so that we can get its toolbar object.
45  General Category / General Discussion / Tree need a highlight method on: November 09, 2014, 10:11:48 PM
In a tree, executing select(target) method will trigger the onSelect event. It's useful that adding a method named highlight(target) which only select a node without triggering the onSelect event. Thks.
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!