Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.2.3stable
|
MIT license |
1.4.0stable
|
25/07/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.2.3stable
|
MIT license |
1.4.0stable
|
25/07/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.2.3stable
|
MIT license |
1.4.0stable
|
25/07/2010 |
|
1.2.2stable
|
MIT license |
1.2.0stable
|
22/09/2009 |
|
1.2.1stable
|
MIT license |
1.1.0stable
|
09/09/2009 |
|
1.2.0stable
|
MIT license |
1.1.0stable
|
09/09/2009 |
|
1.0.0stable
|
MIT license |
1.1.0stable
|
12/10/2008 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.0.0stable
|
MIT license |
1.1.0stable
|
12/10/2008 |
|
0.0.6beta
|
MIT license |
0.1.0stable
|
27/09/2008 |
|
0.0.5beta
|
MIT license |
0.1.0stable
|
10/06/2008 |
|
0.0.4beta
|
MIT license |
0.1.0stable
|
26/09/2007 |
|
0.0.3beta
|
MIT license |
0.1.0stable
|
20/08/2007 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.0.0stable
|
MIT license |
1.1.0stable
|
12/10/2008 |
|
0.0.6beta
|
MIT license |
0.1.0stable
|
27/09/2008 |
|
0.0.5beta
|
MIT license |
0.1.0stable
|
10/06/2008 |
|
0.0.4beta
|
MIT license |
0.1.0stable
|
26/09/2007 |
|
0.0.3beta
|
MIT license |
0.1.0stable
|
20/08/2007 |
|
0.0.2alpha
|
MIT license |
1.0.0alpha
|
19/06/2007 |
Changelog for release 0.0.4 - 26/09/2007
Not available
Other releases
Release 1.2.3 - 25/07/2010
Release 1.2.2 - 22/09/2009
Release 1.2.1 - 09/09/2009
- removed some funny characters from the readme.
Release 1.2.0 - 09/09/2009
- updated to new modalbox from: http://github.com/okonet/modalbox/tree/master
- changed some paths in the css and js to work better with symfony (for the images)
- changed _options_for_javascript to options_for_javascript to reflect the symfony change
- updated url in description
Release 1.0.0 - 12/10/2008
- added a function created by Vitalii Tverdoklib
- updated readme, remove dependencies sfPrototypePlugin
Release 0.0.6 - 27/09/2008
- added a function created by Olivier Kofler
- updated readme, dependencies and package informations to match the new plugin system
Release 0.0.5 - 10/06/2008
Not available
Release 0.0.4 - 26/09/2007
Not available
Release 0.0.3 - 20/08/2007
Not available
Release 0.0.2 - 19/06/2007
Not available
Release 0.0.1 - 25/05/2007
Not available
sfModalBoxPlugin symfony plugin
Overview
sfgWidgetsPlugin provides symfony helpers for the Javascript gWidgets library ("widgets" all based on Prototype and pure css styling), currently including:
gExpander: it is a very simple widget to toggle the visibility of a div. It adds an arrow image before the content (can be customized). It can also load the content in an ajax request if a different url is specified.
gTab: a simple and light tab widget ajax-enabled, accessible and unobtrusive(based on FabTabulous and inspiration from jQuery Tabs plugin).
gBox: overlay a box with the specified inline or remote content, it can be an image or html content (a kind of mixed between lightbox and Thickbox).
gTip: a simple tooltip solution (inspired by jTip)
You can get more details at http://www.estadieu.com/gwidgets/
Installation
symfony plugin-install http://plugins.symfony-project.com/sfModalBoxPlugin
Usage
__('Retrieve Forgotten Password')),
array('width' => 400, 'height' => 180)) ?>
License
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.