EasyUI Forum
May 16, 2024, 06:44:39 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 6 7 [8] 9 10
106  General Category / EasyUI for jQuery / Re: Datagrid disable one or more row(s) on: May 21, 2017, 02:00:19 AM
Hi jarry,

first thank you - i know the rowStyler function - but how can i use it to disable a row?


Thanks again
107  General Category / EasyUI for jQuery / Datagrid disable one or more row(s) on: May 21, 2017, 12:09:08 AM
Hi there,

is there a possibility to disable one or more rows in a datagrid?


Thanks for help!
108  General Category / EasyUI for jQuery / Access Datagrid in iframe on: May 20, 2017, 12:24:46 AM
I want to append / delete rows in a datagrid that is located in an iframe.
I cann access and manipulate other dom objects in that iframe but not the datagrid

Code:
var table_cc=$("#iframe").contents().find("#dg");

if (table_cc != undefined) {
console.log(table_cc);
table_cc.datagrid('appendRow',{
name: 'from socket',
code: 'inforo'
});
}


How can we solve this?
109  General Category / EasyUI for jQuery / Re: Datagrid Footer close panel on: May 17, 2017, 02:34:29 AM
Thank you so much!
110  General Category / EasyUI for jQuery / Datagrid Footer close panel on: May 16, 2017, 09:06:56 AM
i am using var f = $('#dg').datagrid('getPanel').panel('footer');

is there a possibility to close the footer when i want to?
111  General Category / EasyUI for jQuery / Texteditor in editable Datagrid on: April 04, 2017, 12:37:15 AM
is there a chance to use your cool TextEditor in an editable Datagrid?

Thank you!!
112  General Category / EasyUI for jQuery / Datagrid and Pagination update pageSize on: March 22, 2017, 02:21:13 AM
Hi there,

i want to use datagrid with pagination where the pagination has no layout using layout: []
how can i realize that the pageSize allways has the same value then the total number of rows,
so allways all rows where shown in the datagrid?


Thank you!!
113  General Category / EasyUI for jQuery / Tree and Icons on: February 14, 2017, 05:26:31 AM
Hi there,

is there a possibility to have 2 icons for each item in tree?
And is there a way to use images for icons?


Thanks a lot


114  General Category / EasyUI for jQuery / Datagrid and getChanges on: February 04, 2017, 01:00:19 AM
Hi there,
before i try i want to ask:
When using Datagrid and make some changes to the Datagrid using updateRow, InsertRow and deleteRow and then go to another page by pagination or using search functionality using the Datagrid load method - are the made changes stored allready by use of getChanges or are they lost?

Thank you!
115  General Category / Bug Report / Re: $.messager.alert fn doesn't trigger on "x-close" on: December 15, 2016, 09:29:06 AM
                  $.messager.defaults.ok = 'Ok';
                  $.messager.alert({
                     title: 'test',
                     msg: 'message',
                     icon:'error',
                     onClose: function(){
                        window.location = "url";
                     },
                     fn: function(){
                        window.location = "url";
                     }
                  });

When clicking Ok or clicking the x (Close-Button) it works.
On ESC the messager hides without calling the onClose function.

What i'm doing wrong?
116  General Category / Bug Report / Re: $.messager.alert fn doesn't trigger on "x-close" on: December 15, 2016, 02:46:49 AM
When i hitting the ESC-Key the messager closes and the function onClose is not executing.
Is there a hint to catch the ESC-Key?

Thank you
117  General Category / EasyUI for jQuery / Re: Linkbutton align when width set to 100% on: December 04, 2016, 03:23:35 AM
That works!
Thank you very much!!!
118  General Category / EasyUI for jQuery / Linkbutton align when width set to 100% on: December 04, 2016, 02:04:59 AM
Hi there,

when i use a linkbutton and set the width of this button to 100% the icon and text are centered on this button.
I want to have them left aligned - so what can i do?


Thank you very much
119  General Category / EasyUI for jQuery / Re: combobox mousepointer on: November 23, 2016, 01:42:05 AM
This is working fine! Awesome!!

Thank you stworthy!
120  General Category / EasyUI for jQuery / Re: combobox mousepointer on: November 23, 2016, 12:14:19 AM
Thanks stworthy,

but this just works with the selected entry. The entries in the list have the texting mousepointer.
Is the a chance to use hand mousepointer also for the entries in the list?


Thank you very much
Pages: 1 ... 6 7 [8] 9 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!