sfModalBoxPlugin symfony plugin =============================== Overview *------- See usage Installation *----------- symfony plugin-install http://plugins.symfony-project.com/sfModalBoxPlugin Usage *---- Declaring helper ModalBox automaticaly include required javascripts files <?php use_helper('ModalBox') ?> <?php echo m_link_to('link name', '@remote_route_for_action', normal_html_options, modalbox_options) ?> This will output : <a OnClick="Modalbox.show(this.title, this.href, modalbox_options); return false;" href="/route_for_action">link name</a> For modalbox options see : http://okonet.ru/projects/modalbox/ License *------ For the full copyright and license information, please view the LICENSE file that was distributed with this source code.