Changeset 495 for trunk/form_classes.php
- Timestamp:
- Mar 1, 2013, 11:02:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r486 r495 397 397 'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''), 398 398 'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''), 399 'MapPositionX' => array('Type' => 'Float', 'Caption' => 'Pozice X', 'Default' => '0'), 400 'MapPositionY' => array('Type' => 'Float', 'Caption' => 'Pozice Y', 'Default' => ''), 399 'MapPosition' => array('Type' => 'TMapPosition', 'Caption' => 'Pozice na mapě', 'Default' => '', 'Null' => true), 401 400 'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''), 402 401 'Note' => array('Type' => 'String', 'Caption' => 'Poznámka', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.