PHP Classes

File: module/MelisModuleConfig/config/app.forms.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP Platform Skeleton   module/MelisModuleConfig/config/app.forms.php   Download  
File: module/MelisModuleConfig/config/app.forms.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis PHP Platform Skeleton
Setup a site to run using the Melis platform
Author: By
Last change:
Date: 4 years ago
Size: 1,283 bytes
 

Contents

Class file image Download
<?php

return array(
  
'forms_ordering' => array(


      
// change the order of the MelisCore language form tool.
  /* 'meliscore_tool_language_generic_form' => array(
            'elements' => array(
                array(
                    'spec' => array(
                        'name' => 'lang_locale',
                        'type' => 'MelisText',
                        'options' => array(
                            'label' => 'tr_meliscore_tool_language_lang_locale',
                        ),
                        'attributes' => array(
                            'id' => 'id_lang_locale',
                            'value' => '',
                        ),
                    ),
                ),
                array(
                    'spec' => array(
                        'name' => 'lang_name',
                        'type' => 'MelisText',
                        'options' => array(
                            'label' => 'tr_meliscore_tool_language_lang_name',
                        ),
                        'attributes' => array(
                            'id' => 'id_lang_name',
                            'value' => '',
                        ),
                    ),
                ),
            ),
       ), */


  
),
);