EasyUI Forum
May 04, 2024, 05:13:54 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: Help to get expand layout panel without fix it on: July 13, 2015, 05:19:14 AM
Now is perfect!!! Smiley

Thank you very much for your help!!!
2  General Category / EasyUI for jQuery / Re: Help to get expand layout panel without fix it on: July 12, 2015, 10:17:24 PM
Hello Jarry ... Thanks for your help Smiley

Unfortunately, it's not exactly what I want.
If you ever look at the example set at first (http://jsfiddle.net/zurfero/jpqxorq1/), when you click on the column panel west (Filter Workers (Click here)) you can see how panel west expand without the central panel (Center) moves.(The letters of the central panel are not displayed).

What method is used when you click on the column of panel west (Filter Workers (Click here))? I would like get the same effect,expand west panel without the central panel moves.

I hope I explained better this time, sorry for my bad english.

Thanks again for your help.
3  General Category / EasyUI for jQuery / Help to get expand layout panel without fix it on: July 11, 2015, 05:43:52 AM
Hello.
I would need help to get this funcionallity please.

If you see this example http://jsfiddle.net/zurfero/jpqxorq1/

First, click on collapsed panel -> Filter Workers (Click here) , as you can see panel show but when mouse leave collapsed automatically and not fix it.

When click on Show Workers button panel west expand, but I need panel not fix , I mean , I need when click button panel work the same as when panel it's collapsed and you click on Filter Workers (Click here)...,

That's it's possible?? I cannot see in documentation any method for get it.

I hope you can help me.

Thank you very much in advance.
4  General Category / EasyUI for jQuery / Re: How ScrollTop Dialog when open on: June 12, 2015, 08:10:18 AM
Work perfectly !!! ....  Wink 
Thanks very much
5  General Category / EasyUI for jQuery / How ScrollTop Dialog when open on: June 11, 2015, 04:32:23 AM
Hello.
I have a form inside a easyui-dialog, and in the dialog appear in the right the scrollbar because the form it's quite big.
When user close the dialog when save the data, and open other for do a new entry the scrollbar in the dialog it's in the same position that when user close the dialog.

You can see that I can explain in the next example:
http://jsfiddle.net/zurfero/8uehf435/32/

Follow this steps:
Open the dialog.
Scrollbar until the button OK
Close the dialog.
Open again the dialog, and you can see that the scroll it's NOT in the top of the form it's in the button ok..., it's at the end.

In my real dialog, I load the content with refresh function , but happen the same.


Best Regards, and thank you for your help in advance.
Smiley


6  General Category / EasyUI for jQuery / Re: Datagrid sort by date not work on: January 29, 2015, 12:54:42 AM
Now work !!!...
Thank you very muych Smiley
7  General Category / EasyUI for jQuery / Datagrid sort by date not work on: January 27, 2015, 01:25:48 AM
Hello guys!!...
I'm trying sort a datagrid date field in format (dd/mm/yyyy) but, not work correctly.

I have followed your example function.

 http://jsfiddle.net/zurfero/wztgx7a1/  (It's the same as there is in the demo web page, but I change the date data).

Maybe the solution it's property remoteSort = true , and do this action in server, but I want try do it in client.

I hope you can help me.

Thanks.


8  General Category / EasyUI for jQuery / Accordion header change when load a panel by href on: December 10, 2014, 05:11:53 AM
Hello.
I have the next question.

I have made the next example, in which you can see a normal accordion. The tab Ajax , if you open and click reload tool..., (Reload not work but it's not the objective of my post), you will can see the icon for collapse and expand tab of accordion have changed, and now if you click on header of tab , not expand or collapse tab..., you must click on the new icon for it.

http://jsfiddle.net/zurfero/753Lrqv1/12/

Is there any way for avoid it?? And when load ajax panel in accordion , not lost the funcionallity and click on header collapse and expand the tab???

Thanks for your help.
9  General Category / EasyUI for jQuery / Re: Editor in datagrid not save changes in field on: September 26, 2014, 12:15:54 AM
Work perfectly!!! ... Thanks very much  Grin
10  General Category / EasyUI for jQuery / Editor in datagrid not save changes in field on: September 25, 2014, 01:46:55 PM
Hello.
I need when "beginEdit" in datagrid, the field get focus, and when keydown in the editor field  "endEdit" and "beginEdit" the next row...
My problem it's that when endEdit, the field not save the changes.

Here you can see an example:
DEMO: http://jsfiddle.net/zurfero/bkxeasuw/8/

It's curious that, instead of keydown, click the next row the changes appear correctly.

Thanks for your help.
11  General Category / EasyUI for jQuery / Re: How to change editor type dynamically according to some conditions on: September 14, 2014, 11:09:12 PM
A-K, your answer it's 100% OK and solve the question..., THANK YOU VERY MUCH!!
12  General Category / EasyUI for jQuery / Re: How to change editor type dynamically according to some conditions on: September 12, 2014, 09:10:20 AM
I have interested in your question..., I have the same issue..., but not find a solution yet.
Anybody can help us??
Is possible change editor dinamically???
13  General Category / News / Re: jQuery EasyUI 1.4 Release on: August 05, 2014, 05:13:19 AM
Congratulations!!!... Very good job!
14  General Category / EasyUI for jQuery / Re: Print datagrid content directly to printer on: June 12, 2014, 10:30:50 PM
In my case, I export to EXCEL the datagrid content with PHP Class (PHPExcel).
After, download the EXCEL, and user can operate with data ..., print, etc...
15  General Category / General Discussion / Datagrid Problem - When change PageList not select the first record of list on: April 15, 2014, 05:54:49 AM
Hello.
When I define a datagrid in which I change the default values of pageList for example to this [25,50,100,500]. When load datagrid,  it's not selected the first item of combo pageList, I mean the number 25.

If I define pageList with this [10,50,100,500], select the first item correctly..., looks like that if the first item it's not the number 10 , not selected.

For example

 <table id="dg_my_datagrid" class="easyui-datagrid"
                   data-options="url:'load.php'" title="Example datagrid"
                   nowrap="false" striped="true" fitColumns="true" fit="true" showFooter="true"
                   pagination="true" rownumbers="true" singleSelect="true" pageList="[25,50,100,500]"
                   toolbar="#toolbar_dg_my_datagrid">


Is it a bug ?¿ or you can help me to select in my datagrid the first item of pageList?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!