Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
14/03/2008 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
14/03/2008 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
14/03/2008 |
The MIT License
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.
Changelog for release 1.0.1 - 14/03/2008
Not available
Other releases
Release 1.0.1 - 14/03/2008
Not available
Installation for sf 1.2
php symfony plugin:install dwPrototypeWindowPlugin --release=1.0.1
Installation for sf 1.1
php symfony plugin:install dwPrototypeWindowPlugin --release=1.0.1
Installation for sf 1.0
php symfony plugin-install http://plugins.symfony-project.org/dwPrototypeWindowPlugin
PEAR
Download the PEAR package
Repository
Go to the repository: http://svn.symfony-project.com/plugins/dwPrototypeWindowPlugin
dwPrototypeWindowPlugin - Plugin for prototype based windows and dialogs
Overview
The plugin provides windows and dialog boxes via the prototype library for the symfony php framework.
License
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
Installation
To install the plugin use symfony plugin-install command :
symfony plugin-install http://plugins.symfony-project.com/dwPrototypeWindowPlugin
Support
Questions and concerns regarding this plugin can be submitted and viewed here: [http://www.symfony-project.org/forum/index.php/m/41331/]
Using the plugin
<?php use_helper('Window'); ?>
<?php if(sfConfig::get('sf_debug')) { echo link_to_function('open js debug window', 'showDebug()'); } ?>
<?php echo link_to_prototype_window('Google', 'google', array('title' => 'Google', 'url' => 'http://google.com', 'width' => '520', 'height' => '350', 'center' => 'true', 'className' => 'alphacube'), array('absolute' => true)); ?>
<?php echo link_to_prototype_dialog('hello', 'hello world', 'alert', array('className' => 'alphacube')); ?>
Examples
http://prototype-window.xilinus.com/samples.html