EasyUI

 http://www.jeasyui.com/

EasyUI

EasyUI framework helps you build your web pages easily.

What is EasyUI?

  • easyui is a collection of user-interface components based on jQuery, Angular, Vue and React.
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • using easyui you don't need to write many javascript code, you usually define user-interface by writing some HTML markups.
  • complete framework for HTML5 web page.
  • easyui saves your time and scales while developing your products.
  • easyui is very easy but powerful.

Easy to use on jQuery and HTML5

EasyUI for jQuery provides easy to use components for web developers, which is built on the popular jQuery core and HTML5. These make your applications suitable for today's web. There are two ways to declare ui components:

Declare components directly within HTML

dialog content.

Write JavaScript code to create components


$('#cc').combobox({
	url: ...,
	required: true,
	valueField: 'id',
	textField: 'text'
});

你可能感兴趣的:(其它)