Changeset 168 for trunk/examples/example_element_group.php
- Timestamp:
- 11/16/04 12:04:05 (4 years ago)
- Files:
-
- trunk/examples/example_element_group.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/example_element_group.php
r117 r168 109 109 'clicklabel' => 'yes', 110 110 'value' => 'yes', 111 'id' => 'mySecure' 111 112 ); 112 113 … … 140 141 // use auto-validation 141 142 $form->setAutoValidate( 'save' ); 143 144 /* 145 $foo = $form->getElementByName('area'); 146 echo $foo->serialize(); 147 148 $bar = $form->getElementById('mySecure'); 149 echo $bar->serialize(); 150 */ 142 151 143 152 // serialize the elements
