sfModalBoxPlugin
0.0.6beta
for sf 1.1sf 1.0 MIT
This plugin enable you to use the modalbox script in symfony.
It depends on prototype 1.6.0, script.aculo.us 1.8.0 which are bundled in the plugin : sfPrototypePlugin
Developers
License
Copyright (c) 2006-2007 Andrey Okonetchnikov
Copyright (c) 2007-2008 Mickael Kurmann
Copyright (c) 2008 Olivier Kofler
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.
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 |
| Name |
Channel |
Version |
| sfPrototypePlugin |
plugins.symfony-project.org |
1.0.4-1.0.4 |
Changelog for 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
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
Installation
symfony plugin-install http://plugins.symfony-project.com/sfModalBoxPlugin
Usage
<?php use_helper('ModalBox') ?>
<?php echo m_link_to('link name',
'@remote_route_for_action',
array('title' => __('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.