EasyUI Forum
September 13, 2025, 09:02:52 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: How to change inner datagrid height when outer window is maximized? on: January 04, 2016, 06:37:25 AM
It works! Thanks a lot!
2  General Category / EasyUI for jQuery / How to change inner datagrid height when outer window is maximized? on: January 04, 2016, 01:51:40 AM
Hi All,

I put a datagrid inside of a window. When the window is maximized, I hope the datagrid can also change its height. Any code or suggestion will be appreciated.

Regards!

3  General Category / EasyUI for jQuery / How to add datagrid row tool? on: October 31, 2015, 02:31:31 AM
Hi All,

It is possible to add tool action button in single datagrid row?

Regards!
4  General Category / EasyUI for jQuery / Re: callback between windows, help for sample code on: September 28, 2015, 08:43:49 AM
Thanks Hoffiric.

Perhaps I use some extjs thought to do this. You are right, for easyui, we have a new way.

Regards!
5  General Category / EasyUI for jQuery / callback between windows, help for sample code on: September 26, 2015, 07:19:17 AM
Hi All,

I have trouble in coding such a case:

Window A has a button. When the button click, system open Window B and pass a Window A method/function to Window B. When Window B close, it pass data to the method/function Window A past.

Any help or Suggestion? Regards!

6  General Category / EasyUI for jQuery / Re: Is there easyui form image field? on: September 08, 2015, 06:30:40 PM
Thanks a lot!
7  General Category / EasyUI for jQuery / Is there easyui form image field? on: September 08, 2015, 03:09:34 AM
Hi All,

I used the extjs form image field and wonder if there is similar easyui feature.

Regards!

http://extjs.eu/old-examples/
8  General Category / EasyUI for jQuery / Re: Can't build window html fragment loaded from server on: July 01, 2015, 07:10:18 PM
It works! Thank you jarry!!

Regards!
9  General Category / EasyUI for jQuery / Can't build window html fragment loaded from server on: July 01, 2015, 05:13:57 AM
Hi All,

$.getScript("modules/commonEdit.js", function() {
      });

commonEdit.js:
$('body').append("<div id=\"win_commongrid\"></div>");
$("#win_commongrid").window({...

It is ok when the window build from js.

But when I use this:
$('body').append("<div id=\"win_xxxx\"></div>");
$("#win_xxxx").load("modules/commonCreate.html");

commonCreate.html:
<div id="w" class="easyui-window" title="Basic Window"
   data-options="iconCls:'icon-save'"
   style="width: 500px; height: 200px; padding: 10px;">The window
   content.</div>

In firebug, the html fragment is loaded and the div is added. But the window is not built.

Any suggestion and thanks!

Dixon


Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!