yii-easyui Extension to work with jQuery EasyUI

  1. Introduction
  2. Usage
  3. Configuration
  4. Widget
  5. Resources

Introduction

Yii EasyUI is a extension of Yii that helps to work with jQuery EasyUI library.

The extension implements widgets for writing the componentes javascript.

Usage

Download http://www.jeasyui.com/download, extracting content in js/jquery-easyui

Download yii-easyui yii-easyui extracting content in protected\extensions

Configuration

Is necessary that the controllers extends of class EuiController

Yii::import('ext.yii-easyui.base.EuiController');

class SiteController extends EuiController {

    public function actionIndex() 
    {
          $this->render('index');   
    }   
}

Widget

$this->widget('ext.yii-easyui.widgets.EuiWindow', array(
    'id' => 'win',
    'title' => 'My Window',
    'style' => 'width:500px;height:250px;padding:10px;'         
));

Results:

Resources

https://github.com/leandrogehlen/yii-easyui

3 0
13 followers
721 downloads
Yii Version: Unknown
License: Apache-2.0
Category: User Interface
Developed by: leandrogehlen
Created on: Sep 28, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions