HomeHelpTrac

Changeset 15835 for trunk/inc


Ignore:
Timestamp:
01/04/12 23:19:41 (5 months ago)
Author:
Alexander Trofimov
Message:

Form - docs and samples were updated because some necessary fields were added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolForm.php

    r15798 r15835  
    6868 * - object - form object name from sys_objects_form table this Form Display belongs to. 
    6969 * - title - Form Display title to display in studio forms builder. 
     70 * - view_mode - display form as read-only. 
    7071 * 
    7172 *   
    7273 * 3. Create Form Fields, add records to sys_form_inputs table: 
    7374 * - object - form object name from sys_objects_form table this Form Field belongs to. 
     75 * - module - module name this field belongs to. 
    7476 * - name - unique Form Field name in particular From Object. 
    7577 * - value - default value, or empty if there is no default value. 
     
    145147 *      You can inherit BxDolFormCheckerHelper class and add own pass functions, you will need to point your custom class in Form Object params array. 
    146148 * - db_params - serialized array of db_pass parameters. 
     149 * - editable - allow to edit this field from admin forms builder. 
     150 * - deletable - allow to delete this field from admin forms builder. 
    147151 *  
    148152 * 
Note: See TracChangeset for help on using the changeset viewer.