EasyUI Forum
May 16, 2024, 05:45:54 AM *
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 / EasyUI for jQuery / What is the difference between onBeginEdit and onBeforeEdit on: April 22, 2014, 07:19:25 PM
onBeginEdit和onBeforeEdit有何区别?
2  General Category / Bug Report / datagrid merge beginEdit bug on: December 31, 2013, 12:01:49 AM
datagrid after merge cell
use beginEdit method have bug.
3  General Category / Bug Report / Re: combobox can't use tooltip on: June 27, 2013, 07:17:21 PM
Try this:
Code:
$(...).combobox('textbox').tooltip({...});

It work. Thank you.
but other question:
how to display the tooltip on the combobox's drop-down-button position:'right'?

OK,I find the way:
$(':text[field="domain"]').combobox(
               {
                   valueField: 'id',
                   textField: 'text',
                   panelHeight: 'auto',
                   value: "hsgroup",
                   data: [{ "id": "AA", "text": "AA" }, { "id": "BB", "text": "BB"}]
               }
           ).combobox('textbox')
               .focus(function(e) {
                   $(this).next().tooltip({
                       content: 'Test combobox tooltip',
                       position: 'right'
                   }).tooltip('show');
               })
           .blur(function(e) {
               $(this).next().tooltip('hide');
           });
4  General Category / Bug Report / Re: combobox can't use tooltip on: June 27, 2013, 07:06:58 PM
Try this:
Code:
$(...).combobox('textbox').tooltip({...});

It work. Thank you.
but other question:
how to display the tooltip on the combobox's drop-down-button position:'right'?
5  General Category / Bug Report / combobox can't use tooltip on: June 27, 2013, 06:22:26 PM
combobox can't use tooltip like this:
$(':text[field="domain"]').combobox(
               {
                   valueField: 'id',
                   textField: 'text',
                   panelHeight: 'auto',
                   value: "hsgroup",
                   data: [{ "id": "AA", "text": "AA" }, { "id": "BB", "text": "BB"}]
               }
           );
           $(':text[field="domain"]').tooltip({
               content: 'AAAAAA.'
           });
6  General Category / Bug Report / Re: 窗口最大化还原之后 滚动条消失了 on: January 14, 2013, 11:37:11 PM
我是不是滾動條消失了,而是整個頁面變白了。
1.3.1版沒有問題 的
升級到1.3.2才這樣。

IE7存在該現象,FireFox17不存在該現現象。
7  General Category / Bug Report / about:$.messager.prompt;$.messager.confirm on: January 14, 2013, 11:35:34 PM
Recommend:
$.messager.prompt;
$.messager.confirm
when show,the input box can get foucs;
and when key press Enter=Click "OK";
and when key press Esc=Click "Cancel".
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!