- Timestamp:
- 01/04/12 23:19:41 (5 months ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolForm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolForm.php
r15798 r15835 68 68 * - object - form object name from sys_objects_form table this Form Display belongs to. 69 69 * - title - Form Display title to display in studio forms builder. 70 * - view_mode - display form as read-only. 70 71 * 71 72 * 72 73 * 3. Create Form Fields, add records to sys_form_inputs table: 73 74 * - object - form object name from sys_objects_form table this Form Field belongs to. 75 * - module - module name this field belongs to. 74 76 * - name - unique Form Field name in particular From Object. 75 77 * - value - default value, or empty if there is no default value. … … 145 147 * You can inherit BxDolFormCheckerHelper class and add own pass functions, you will need to point your custom class in Form Object params array. 146 148 * - 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. 147 151 * 148 152 *
Note: See TracChangeset
for help on using the changeset viewer.