PHP Classes

File: template/modal-form.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Templating Plugin Creator   template/modal-form.phtml   Download  
File: template/modal-form.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis Templating Plugin Creator
Create page template plugins for the Melis CMS
Author: By
Last change:
Date: 1 year ago
Size: 194 bytes
 

Contents

Class file image Download
<?php
    $form
= $this->modalForm;
   
$form->prepare();
    echo
$this->form()->openTag($form);
    echo
$this->melisFieldCollection($form);
    echo
$this->form()->closeTag();
?>

#JSSCRIPTS