EasyUI Forum
May 09, 2024, 11:21:28 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
16  General Category / EasyUI for jQuery / 怎样在运行时改变$.messager.progress的显示消息?请问 on: May 24, 2014, 10:01:42 PM
请问,怎样在运行时改变$.messager.progress的显示消息?

当$.messager.progress的进度条到50%的时候,怎样改变显示的消息,请问?
17  General Category / Bug Report / Re: Node is null in onCheck event of tree when tree page is opened in window.showMod on: March 18, 2014, 12:24:11 AM
var treeOpts = {
        'checkbox': true,
        'cascadeCheck': false,
        'onClick': tree1_click,
        'onCheck': tree1_check,
        'onBeforeLoad': tree1_beforeLoad
    };
    $('#tree1').tree(treeOpts);
    var root = $('#tree1').tree('getRoot');
    $('#tree1').tree('expand', root.target);



function tree1_check(node, checked)
{
    if (node)// node is null
{
        AddRow(node, checked);
    }
    
}
function tree1_beforeLoad(node, param)
{
    var strUrl = "/Sys/User/GetUsers/" + teid;
    if (node)
    {
        param.tiid = node.id;    }
    $('#tree1').tree("options").url = strUrl;
}

18  General Category / Bug Report / Node is null in onCheck event of tree when tree page is opened in window.showMod on: March 17, 2014, 08:51:56 PM
Hi:

Node is null in onCheck event of tree when tree page is opened in window.showModalDialog.

almost every event parameter "node" of tree is null when tree page is opened in window.showModalDialog.

(IE)
19  General Category / Bug Report / Re: datagrid don't refresh data when data rows of fetch from ajax is 0 row on: February 11, 2014, 12:18:14 AM
It's true. Grin
Thanks.
20  General Category / Bug Report / Re: datagrid don't refresh data when data rows of fetch from ajax is 0 row on: February 05, 2014, 06:46:06 AM
when I deleted a row data that is last row from server,I execute state:
     $("#role").datagrid("reload");

datagrid #role have still displayed the row data that infactly was deleted.
21  General Category / Bug Report / datagrid don't refresh data when data rows of fetch from ajax is 0 row on: February 03, 2014, 07:43:06 PM
datagrid don't refresh data when data rows of fetch from ajax is 0 row,how to solve it,please?
22  General Category / EasyUI for jQuery / Re: 嵌套弹窗的关闭问题? on: January 15, 2014, 02:40:08 AM
Who can help me,please?
23  General Category / EasyUI for jQuery / Re: 嵌套弹窗的关闭问题? on: January 13, 2014, 09:51:28 PM
Nobody know how to achieve?
24  General Category / EasyUI for jQuery / 嵌套弹窗的关闭问题? on: January 09, 2014, 08:43:24 PM
Hi:
     我有一个主页面,弹出一个带iframe的窗口win1,在win1的iframe页面中弹出另一个带iframe的窗口win2,请问,在win2中的iframe的页面中如何单击一个LinkButton关闭win2?在win1中的iframe的页面中如何单击一个LinkButton关闭win1?
 Grin
25  General Category / Bug Report / Re: css icon of datagrid buttons don't display on: January 06, 2014, 12:36:38 AM
Thanks.
26  General Category / Bug Report / Re: css icon of datagrid buttons don't display on: January 05, 2014, 07:34:59 PM
Hi stworthy :
     I have already used the newest theme file from http://www.jeasyui.com/easyui/plugins/jquery.linkbutton.js and http://www.jeasyui.com/easyui/themes/default/easyui.css.
     The icon can display correctly,but icon and text of linkbutton of datagrid overlapped.
27  General Category / Bug Report / Re: css icon of datagrid buttons don't display on: January 02, 2014, 07:38:39 PM
I hope it is valid:
.icon-edit{
    background:url('icons/icon16x16.png') no-repeat -165px -25px;
}

can next version of easyui fix this little bug?
28  General Category / News / Re: jQuery EasyUI 1.3.5 Release on: December 15, 2013, 01:15:30 AM
Hi:
     which version of jquery and IE does EasyUI 1.3.5 support?

     Can I use IE6 in EasyUI 1.3.5?
29  General Category / Bug Report / Re: css icon of datagrid buttons don't display on: December 07, 2013, 01:57:16 AM
if css icon of datagrid is a single picture,it is showed correctly:
for example:
.icon-edit{
   background:url('icons/pencil.png') no-repeat center center;
}

if css icon of datagrid is a part of a big picture that include many icons,it isn't showed
.icon-edit{
    background:url('icons/icon16x16.png') no-repeat -165px -25px;
    width:16px;
    height:16px;
}
30  General Category / Bug Report / css icon of datagrid buttons don't display on: December 05, 2013, 08:13:25 PM
css icon of datagrid buttons don't display correctly.

css example:
 
.icon-edit{
    background:url('icons/icon16.png') no-repeat -81px -25px;
    width:16px;
    height:16px;
}
Pages: 1 [2] 3 4
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!