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 thinks 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.
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 :)
{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.
Total 3 comments
Thanks for the help. Will check if this works, this afternoon.
Check the issue 1561.
The dev of this extension has been stopped for a while since there is no news for the "Checkbox dissappear" issue in the code.google.com/p/yii. Will get back to this to add more functionality. Any suggestions are welcome.
Leave a comment
Please login to leave your comment.