fgendorf/phpeasyui
最新稳定版本:v1.11.3
Composer 安装命令:
composer require fgendorf/phpeasyui
包简介
jQuery EasyUI framework helps you build your web pages easily. Homepage: http://jeasyui.com
README 文档
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
统计信息
- 总下载量: 359
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-01-02