Changeset 588 for trunk/FormClasses.php
- Timestamp:
- Nov 1, 2013, 11:00:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormClasses.php
r584 r588 27 27 ), 28 28 ), 29 'Action' => array(30 'Title' => 'Akce',31 'Table' => 'Action',32 'Items' => array(33 //'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),34 'Title' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),35 'URL' => array('Type' => 'Hyperlink', 'Caption' => 'Odkaz', 'Default' => ''),36 'Icon' => array('Type' => 'TActionIcon', 'Caption' => 'Ikony', 'Default' => '', 'Null' => true),37 'Type' => array('Type' => 'TActionType', 'Caption' => 'Typ', 'Default' => ''),38 'Group' => array('Type' => 'TActionGroup', 'Caption' => 'Skupina', 'Default' => '', 'Null' => true),39 'PermissionModule' => array('Type' => 'String', 'Caption' => 'Modul oprávnění', 'Default' => ''),40 'PermissionOperation' => array('Type' => 'String', 'Caption' => 'Operace oprávnění', 'Default' => ''),41 'Enable' => array('Type' => 'Boolean', 'Caption' => 'Povolení', 'Default' => ''),42 ),43 ),44 'ActionIcon' => array(45 'Title' => 'Ikony akcí',46 'Table' => 'ActionIcon',47 'Items' => array(48 'Name' => array('Type' => 'String', 'Caption' => 'Název souboru', 'Default' => ''),49 'Items' => array('Type' => 'TActionListIcon', 'Caption' => 'Položky', 'Default' => ''),50 ),51 ),52 'ActionGroup' => array(53 'Title' => 'Skupiny akcí',54 'Table' => 'ActionGroup',55 'Items' => array(56 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),57 'Items' => array('Type' => 'TActionListGroup', 'Caption' => 'Položky', 'Default' => ''),58 ),59 ),60 'ActionType' => array(61 'Title' => 'Typy akcí',62 'Table' => 'ActionType',63 'Items' => array(64 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),65 'Items' => array('Type' => 'TActionListType', 'Caption' => 'Položky', 'Default' => ''),66 ),67 ),68 29 'UserCustomerRel' => array( 69 30 'Title' => 'Vztahy uživatel - zákazník',
Note:
See TracChangeset
for help on using the changeset viewer.