EasyUI Forum
December 19, 2025, 09:38:14 PM *
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 / Re: Async Tree onlyLeafCheck on: March 04, 2014, 06:39:44 AM
Thanks.
So it is not in the "main build" of EasyUI 1.3.5?
Will it be fixed in the newer versions?
2  General Category / EasyUI for jQuery / Async Tree onlyLeafCheck on: March 03, 2014, 08:19:38 AM
When having an async tree, even if onlyLeafCheck is set to true, checkboxes are still on every node.
Can it be fixed?
3  General Category / EasyUI for jQuery / datagrid editor type file on: December 23, 2013, 11:44:41 AM
datagrid editor:{type:'file'} possible? howto?

or I should replace the div.datagrid-editable onBeforeEdit with my own form?
4  General Category / EasyUI for jQuery / Re: tree onCheck fires for every checked node after load on: December 23, 2013, 02:43:03 AM
Tricky! Works, thanx!  Smiley
I also tried a more "flat" solution:
Code:
var editing = false;
...
onLoadSuccess: function(node, data){
editing = true;
},
onBeforeLoad: function(node, data){
editing = false;
},
onCheck: function(node, checked) {
if (editing) //do stuff
},

but it didn't work for some reason...
5  General Category / EasyUI for jQuery / tree onCheck fires for every checked node after load on: December 22, 2013, 01:47:15 PM
I have a dynamically loading tree.
In this tree config I have onCheck that fires some script.
Problem is onCheck fires for every node with attr "checked" after load.

1) Question is can the nodes be somehow loaded checked or unchecked without triggering onCheck?
2) Also, what can I send via JSON so the node become "indeterminate"? Or the only way is to use filter?
6  General Category / EasyUI for jQuery / Re: pagination position top on: December 15, 2013, 09:34:05 AM
Thanx a lot!
7  General Category / EasyUI for jQuery / Re: pagination position top on: December 12, 2013, 07:25:35 AM
is there a way to set it by default?
$.fn.pagination.defaults.pagePosition = 'top';
doesn't seem to work.
8  General Category / EasyUI for jQuery / pagination position top on: December 08, 2013, 08:53:47 AM
Is there any way to move datagrid pagination from bottom to the top of the table?
9  General Category / EasyUI for jQuery / Re: window drop event on: December 08, 2013, 08:52:17 AM
I'm sorry, it was obvious. Coming form panel...
Thanx.
10  General Category / EasyUI for jQuery / window drop event on: December 07, 2013, 08:30:23 AM
Plz, help me to find out how to catch something like onStopDrag or onDrop when stop moving a window.

$('#id').window({
     onDrop:doSmthng
})

doesn't seem to work.
11  General Category / EasyUI for jQuery / Re: treegrid lines:true on: November 29, 2013, 06:33:28 AM
Yes, I noticed. And that is why I ask.
So, will it be?
Or is there another solution?
12  General Category / EasyUI for jQuery / Re: pagination default "Page x of N" change to combobox. on: November 29, 2013, 06:21:01 AM
Perfect! Thanks!
But when will it be officially available?
13  General Category / EasyUI for jQuery / treegrid lines:true on: November 29, 2013, 12:38:19 AM
How can I set lines:true in the treegrid?

Yes, I understand, the difference between ul and table structure. And I failed to organize "lines style" in table with simple css.
But for some design solutions I still would really appreciate to have those "lines" in my treegrid.
Thanks in advance!
14  General Category / EasyUI for jQuery / pagination default "Page x of N" change to combobox. on: November 29, 2013, 12:28:55 AM
Is there a way to exchange standart pagination "Page x of N" input.pagination-num with combobox through "defaults"?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!