![]() |
|
sfAdminThemejRollerPlugin - 0.1.1Admin generator theme based on jQuery UI ThemeRoller |
|
![]() |
92
users
Sign-in
to change your status |
Admin generator theme based on jQuery UI ThemeRoller |
Admin generator theme based on jQuery UI ThemeRoller. It allows to have beautiful admin generator with customizable themes.
| Name | Status | |
|---|---|---|
|
|
lead | moc.liamg <<ta>> ueidatseg |
Copyright (c) 2008 Gerald Estadieu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| Version | License | API | Released |
|---|---|---|---|
| 0.2.0beta | MIT license | 0.2.0beta | 20/01/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 0.2.0beta | MIT license | 0.2.0beta | 20/01/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 0.2.0beta | MIT license | 0.2.0beta | 20/01/2010 |
| 0.1.3beta | MIT license | 0.1.0beta | 27/08/2009 |
| 0.1.2beta | MIT license | 0.1.0beta | 26/08/2009 |
| 0.1.1beta | MIT license | 0.1.0beta | 24/08/2009 |
| 0.1.0beta | MIT license | 0.1.0beta | 24/08/2009 |
Array
The sfAdminThemejRollerPlugin packages a new admin generator theme based on jQuery UI ThemeRoller (http://jqueryui.com/themeroller/).
This plugin allows to change the default admin generator theme to one based on the theme roller from jQuery UI team. It is very convenient to change themes and keep UI consistency all around or even create your own theme. This admin generator theme is only targeting the actual element of the admin generator (table, forms...), it does not modify your overall layout.
Here are some screenshots: Table list and themes | Filters and action menu | Form
1.Download and install the plugin
./symfony plugin:install sfAdminThemejRollerPlugin --stability=beta
2.Clear the cache
./symfony cc
3.Publish the plugin's assets:
./symfony plugin:publish-assets
Generate an admin generator:
./symfony --theme=jroller doctrine:generate-admin
OR if you already have an admin generator, you can simply change the theme inside your generator.yml
theme: jroller
In any case don't forget the traditional:
./symfony cc
That's it! You are ready to use your new admin generator face.
You can use your own jQuery/jQueryUI and your own theme (based on ThemeRoller) and configure all this inside your app.yml:
sf_admin_theme_jroller_plugin:
web_dir: /sfAdminThemejRollerPlugin # specify your folder where to pick jquery stuff, ui and themes.
use_jquery: true # default. use the packaged jquery/UI
theme: redmond # default.
css_reset: true # default. reset default css (from Blueprint CSS)
To add icons on your buttons/links you can use those proposed by ThemeRoller and include them in your generator.yml:
actions:
_new: { ui-icon: plus }
object_actions:
_edit: { ui-icon: pencil }
Note: you only need to use the specific part of each icon name, not the all name, e.g. for 'ui-icon-plus' you only type 'plus'.
