Git Product home page Git Product logo

gii-extension-generator's Introduction

gii-extension-generator

Gii extension generator to produce common code used in extensions.

  • Version: 0.1.1
  • Author: Dimitrios Mengidis

###Why I am developing a lot of extensions lately and i have found my self creating a template with common code for widget. I have been cutting and adding things for diff widget ( some use jquery some not, some have css some others not ...etc ), so with the power of gii i am able to create a much more better approach for my widget templates.

###Config Add files under webapp/protected/gii/widget/ folder and then add

'gii'=>array(
     ...
     'generatorPaths'=>array(
         'application.gii'
     ),
     ...
),

to your

protected/config/main.php file

Do not extract it like webapp/protected/gii/gii-extension-generator/ , cause it won't work :)

###Known issue {RESOLVED} Checkbox disappear. I came up on this bug while creating this extension. To overcome/workaround and test the extension you must find the asset folder that is published at that view and remove the main.js file. You will lose the 'Preview' and the 'Check All' functionality at that view. After you are done delete that asset folder so it will be recreated.

###Resources

###Changelog ####Version: 0.1.1

  • Bug: Checkbox disappear bug resolved.

####Version: 0.1

  • Added core scripts register.
  • Added assets property which publish and registers js and css files
  • Added widgetName, widgetClass properties.

gii-extension-generator's People

Stargazers

Cristiano avatar

Watchers

Cristiano avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.