定制 fgendorf/phpeasyui 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

统计信息

  • 总下载量: 359
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: Unknown
  • 更新时间: 2018-01-02