PHP Classes

File: template/View/framework-render-tool-form.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/View/framework-render-tool-form.phtml   Download  
File: template/View/framework-render-tool-form.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 282 bytes
 

Contents

Class file image Download
<?php
$id
= $this->id.'_'.$this->zoneconfig['conf']['id'];
$melisKey = $this->zoneconfig['conf']['melisKey'];
?>
<div id="<?php echo $id ?>" data-melisKey="<?php echo $melisKey; ?>" class="tab-pane container-level-a">
    <!-- Tool Content-->
    <?php echo $this->content ?>
</div>