fgendorf / phpeasyui
该软件包最新版本(v1.10.18)没有可用的许可证信息。
jQuery EasyUI 框架帮助您轻松构建网页。首页:http://jeasyui.com
v1.10.18
2024-01-02 11:49 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-24 15:13:37 UTC
README
使用 Composer 使用 Jquery-easyui 框架的类
入门
首先您需要将 phpeasyui 包包含到您的项目中。
composer require fgendorf/phpeasyui
如何使用它
<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>
可选功能
设置主题
$easyui->setTheme("gray");
可能的值
* - black
* - bootstrap
* - default
* - gray
* - material
* - metro
使用额外的扩展
$extensions = array('datagrid-filter','jquery-easyui-texteditor','datagrid-groupview');
$easyui->useExtensions($extensions);
扩展列表
* - 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
作者
-
Frederico Gendorf - PHPEasyUI
-
EasyUI 团队 - jquery-easyui - 版权所有 (c) 2009-2018 www.jeasyui.com。保留所有权利。
许可证
PHPEasyUI
- 免费使用
Jquery-easyui
- 在以下免费软件许可下授权:http://www.jeasyui.com/license_freeware.php
- 如需在其他条款下使用,请与我们联系:info@jeasyui.com