fgendorf / phpeasyui
jQuery EasyUI framework helps you build your web pages easily. Homepage: http://jeasyui.com
Installs: 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-04-18 18:03:44 UTC
README
Class to use Jquery-easyui framework with composer
Getting Started
First you need include the package phpeasyui in you project.
composer require fgendorf/phpeasyui
HOWTO use it
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Project Title</title>
<?
$easyui = new PHPEasyUI();
$easyui->writeHeaders();
?>
</head>
<body>
Your project code
</body>
</html>
Optional functions
Set the theme
$easyui->setTheme("gray");
Possible values:
* - black
* - bootstrap
* - default
* - gray
* - material
* - metro
Use additional Extensions
$extensions = array('datagrid-filter','jquery-easyui-texteditor','datagrid-groupview');
$easyui->useExtensions($extensions);
Extensions list:
* - columns-ext
* - datagrid-cellediting
* - datagrid-filter
* - datagrid-bufferview
* - datagrid-detailview
* - datagrid-groupview
* - datagrid-scrollview
* - jquery-easyui-color
* - jquery-easyui-pivotgrid
* - jquery-easyui-ribbon
* - jquery-easyui-texteditor
Author
-
Frederico Gendorf - PHPEasyUI
-
EasyUI Team - jquery-easyui - Copyright (c) 2009-2018 www.jeasyui.com. All rights reserved.
License
PHPEasyUI
- free for any use
Jquery-easyui
- Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
- To use it on other terms please contact us: info@jeasyui.com