Changeset 435 for trunk/is/index.php


Ignore:
Timestamp:
Oct 12, 2012, 9:56:35 AM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Zobrazení výčtů ve správě dat.
  • Přidáno: Doplněny další tabulky do správy dat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/is/index.php

    r434 r435  
    180180            $this->System->Type->RegisterType($FormItem['Type'], '',
    181181              $FormTypes[$FormItem['Type']]);
     182          if($FormTypes[$FormItem['Type']]['Type'] == 'Reference')
    182183          $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',
    183189            array('Value' => $Row[$ItemIndex], 'Name' => $ItemIndex,
    184190            'Type' => $FormItem['Type']));
Note: See TracChangeset for help on using the changeset viewer.