Changeset 662 for trunk/Modules/Subject/Subject.php
- Timestamp:
- May 31, 2014, 11:53:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Subject/Subject.php
r661 r662 66 66 'Filter' => '1', 67 67 )); 68 $this->System->FormManager->RegisterFormType('TContactList ', array(68 $this->System->FormManager->RegisterFormType('TContactListCategory', array( 69 69 'Type' => 'ManyToOne', 70 70 'Table' => 'Contact', … … 73 73 'Filter' => '1', 74 74 )); 75 $this->System->FormManager->RegisterFormType('TContactListUser', array( 76 'Type' => 'ManyToOne', 77 'Table' => 'Contact', 78 'Id' => 'Id', 79 'Ref' => 'User', 80 'Filter' => '1', 81 )); 75 82 $this->System->FormManager->RegisterClass('Contact', array( 76 'Title' => 'Kontakt u',83 'Title' => 'Kontakty', 77 84 'Table' => 'Contact', 78 85 'Items' => array( … … 88 95 'Items' => array( 89 96 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 90 'Items' => array('Type' => 'TContactList ', 'Caption' => 'Kontakty'),97 'Items' => array('Type' => 'TContactListCategory', 'Caption' => 'Kontakty'), 91 98 ), 92 99 ));
Note:
See TracChangeset
for help on using the changeset viewer.