Changeset 435 for trunk/is/index.php
- Timestamp:
- Oct 12, 2012, 9:56:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/is/index.php
r434 r435 180 180 $this->System->Type->RegisterType($FormItem['Type'], '', 181 181 $FormTypes[$FormItem['Type']]); 182 if($FormTypes[$FormItem['Type']]['Type'] == 'Reference') 182 183 $Value = $this->System->Type->ExecuteTypeEvent('OneToMany', 'OnView', 184 array('Value' => $Row[$ItemIndex], 'Name' => $ItemIndex, 185 'Type' => $FormItem['Type'])); 186 else 187 if($FormTypes[$FormItem['Type']]['Type'] == 'Enumeration') 188 $Value = $this->System->Type->ExecuteTypeEvent('Enumeration', 'OnView', 183 189 array('Value' => $Row[$ItemIndex], 'Name' => $ItemIndex, 184 190 'Type' => $FormItem['Type']));
Note:
See TracChangeset
for help on using the changeset viewer.