Questions tagged [jquery-easyui]

Easyui is a collection of user-interface plugins based on jQuery.

Resources

About

EasyUI components can either be declared directly within the HTML markup via predefined classes (such as easyui-dialog as an extension to existing classes), or via JavaScript code built on jQuery (such as $('#id').dialog({...});).

The EasyUI framework offers out-of-the-box solutions for common website elements such as dialogs, datagrids or menus. Layout elements include tabs and accordion views (whereby panels can be collapsed, keeping only their title visible). Asynchronous handling via AJAX is also supported.

Use

To use EasyUI elements in a website, the JavaScript http://www.jeasyui.com/easyui/jquery.easyui.min.js needs to be included as well as the jQuery library. It is recommended to use the version of jQuery referred to in the EasyUI documentation (currently 1.7.2.) due to incompatibilities with the most recent versions (e.g. for the EasyUI edatagrid plugin).

419 questions
0
votes
3 answers

set default selected index value to -1 jquery easy ui combobox

I have a jQuery EasyUI combobox on a page like this:
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
2 answers

Jquery EasyUI capture event on Panel:region:west resize

How can I capture event in Jquery EasyUI Panel:Region:west or region:center resize ? I need to refresh some content after center or east region is re-sized by user.
django
  • 2,809
  • 5
  • 47
  • 80
0
votes
1 answer

How to change options (e.g., min, max) on the fly in jQuery EasyUI slider?

I know you can do the following in jquery ui slider $( ".selector" ).slider( "option", "min", 26 ); But it appears the same does not work in easyui. Ok. I wanted to change the min/max options of a slider when user enters a new value for the…
KudoofTheQ
  • 21
  • 5
0
votes
2 answers

Why will jquery-easyui grid not display column data?

I have been attempting to use the jquery-easyui datagrid from http://www.jeasyui.com/documentation/index.php. The docs state that the grid will accept json data and I have attempted to implement this however the columns never render in the grid. The…
user2149161
  • 123
  • 1
  • 2
  • 6
0
votes
1 answer

easyui Number formatting ,Drop down auto fill not working