Changeset 33
- Timestamp:
- 03/05/05 07:16:20 (8 years ago)
- Location:
- trunk/examples
- Files:
-
- 2 modified
-
full_example-body.html (modified) (2 diffs)
-
full_example-menu.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/full_example-body.html
r20 r33 69 69 70 70 /** STEP 3 *************************************************************** 71 * We create a default configuration to be used by all the editor .71 * We create a default configuration to be used by all the editors. 72 72 * If you wish to configure some of the editors differently this will be 73 73 * done in step 4. … … 107 107 * change the width and height of one of the editors, like this... 108 108 * 109 * xinha_editors. config.myTextArea.width = 640;110 * xinha_editors. config.myTextArea.height = 480;109 * xinha_editors.myTextArea.config.width = 640; 110 * xinha_editors.myTextArea.config.height = 480; 111 111 * 112 112 ************************************************************************/ -
trunk/examples/full_example-menu.html
r20 r33 61 61 <input type="checkbox" name="plugins" value="TableOperations" checked /> TableOperations 62 62 </label> 63 64 <label> 65 <input type="checkbox" name="plugins" value="InsertAnchor" checked /> InsertAnchor 66 </label> 63 67 </fieldset> 64 68
