Changeset 1494
- Timestamp:
- 06/21/06 11:09:46 (2 years ago)
- Files:
-
- trunk/doc/book/content/templating_form_helpers.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/book/content/templating_form_helpers.txt
r1471 r1494 62 62 63 63 [php] 64 <?php echo textarea_tag('name', 'default content', 'size=10x20') )?>64 <?php echo textarea_tag('name', 'default content', 'size=10x20') ?> 65 65 // will generate in HTML 66 66 <textarea name="name" id="name" rows="20" cols="10">default content</textarea>