Changeset 8818
- Timestamp:
- 05/06/08 23:46:43 (3 months ago)
- Files:
-
- doc/branches/1.0/book/10-Forms.txt (modified) (1 diff)
- doc/branches/1.1/book/10-Forms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/10-Forms.txt
r8711 r8818 285 285 286 286 [php] 287 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') )?>287 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') ?> 288 288 => a rich text edit zone powered by TinyMCE 289 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') )?>289 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') ?> 290 290 => a rich text edit zone powered by TinyMCE with custom parameters 291 291 doc/branches/1.1/book/10-Forms.txt
r8711 r8818 285 285 286 286 [php] 287 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') )?>287 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') ?> 288 288 => a rich text edit zone powered by TinyMCE 289 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') )?>289 <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') ?> 290 290 => a rich text edit zone powered by TinyMCE with custom parameters 291 291