| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <!-- |
|---|
| 5 | :noTabs=true:tabSize=2:indentSize=2: |
|---|
| 6 | Xinha example menu. This file is used by full_example.html within a |
|---|
| 7 | frame to provide a menu for generating example editors using |
|---|
| 8 | full_example-body.html, and full_example.js. |
|---|
| 9 | --> |
|---|
| 10 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|---|
| 11 | <title>Example of Xinha</title> |
|---|
| 12 | <link rel="stylesheet" href="full_example.css" type="text/css"> |
|---|
| 13 | <style type="text/css"> |
|---|
| 14 | form, p {margin:0; padding:0;} |
|---|
| 15 | label {display:block;} |
|---|
| 16 | #numeditor {width:25px;} |
|---|
| 17 | </style> |
|---|
| 18 | </head> |
|---|
| 19 | |
|---|
| 20 | <body> |
|---|
| 21 | <form action="full_example-body.html" target="body"> |
|---|
| 22 | <p> |
|---|
| 23 | Select from the options below and <input type="submit" value="click to show Example"> |
|---|
| 24 | </p> |
|---|
| 25 | <fieldset> |
|---|
| 26 | <legend>Settings</legend> |
|---|
| 27 | <label> |
|---|
| 28 | Number of Editors: <input type="text" name="num" value="1" id="numeditor" maxlength="2"> |
|---|
| 29 | </label> |
|---|
| 30 | <label> |
|---|
| 31 | Language: |
|---|
| 32 | <select name="lang"> |
|---|
| 33 | <option value="en">English</option> |
|---|
| 34 | <option value="de">German</option> |
|---|
| 35 | <option value="fr">French</option> |
|---|
| 36 | <option value="it">Italian</option> |
|---|
| 37 | </select> |
|---|
| 38 | </label> |
|---|
| 39 | <label> |
|---|
| 40 | Skin: |
|---|
| 41 | <select name="skin"> |
|---|
| 42 | <option value="blue-look">blue-look</option> |
|---|
| 43 | <option value="green-look">green-look</option> |
|---|
| 44 | <option value="xp-blue">xp-blue</option> |
|---|
| 45 | <option value="xp-green">xp-green</option> |
|---|
| 46 | <option value="inditreuse">inditreuse</option> |
|---|
| 47 | <option value="blue-metallic">blue-metallic</option> |
|---|
| 48 | </select> |
|---|
| 49 | </label> |
|---|
| 50 | </fieldset> |
|---|
| 51 | |
|---|
| 52 | <fieldset> |
|---|
| 53 | <legend>Plugins</legend> |
|---|
| 54 | <label> |
|---|
| 55 | <input type="checkbox" name="plugins" value="Abbreviation"> Abbreviation |
|---|
| 56 | </label> |
|---|
| 57 | <label> |
|---|
| 58 | <input type="checkbox" name="plugins" value="CharacterMap" checked="checked"> CharacterMap |
|---|
| 59 | </label> |
|---|
| 60 | <label> |
|---|
| 61 | <input type="checkbox" name="plugins" value="CharCounter"> CharCounter |
|---|
| 62 | </label> |
|---|
| 63 | <label> |
|---|
| 64 | <input type="checkbox" name="plugins" value="ContextMenu" checked="checked"> ContextMenu |
|---|
| 65 | </label> |
|---|
| 66 | <label> |
|---|
| 67 | <input type="checkbox" name="plugins" value="CSS" > CSS |
|---|
| 68 | </label> |
|---|
| 69 | <label> |
|---|
| 70 | <input type="checkbox" name="plugins" value="DoubleClick"> DoubleClick |
|---|
| 71 | </label> |
|---|
| 72 | <label> |
|---|
| 73 | <input type="checkbox" name="plugins" value="DynamicCSS" > DynamicCSS |
|---|
| 74 | </label> |
|---|
| 75 | <label> |
|---|
| 76 | <input type="checkbox" name="plugins" value="EditTag"> EditTag |
|---|
| 77 | </label> |
|---|
| 78 | <label> |
|---|
| 79 | <input type="checkbox" name="plugins" value="Equation"> Equation |
|---|
| 80 | </label> |
|---|
| 81 | <label> |
|---|
| 82 | <input type="checkbox" name="plugins" value="FindReplace" checked="checked"> FindReplace |
|---|
| 83 | </label> |
|---|
| 84 | <label> |
|---|
| 85 | <input type="checkbox" name="plugins" value="FormOperations"> FormOperations |
|---|
| 86 | </label> |
|---|
| 87 | <label> |
|---|
| 88 | <input type="checkbox" name="plugins" value="Forms"> Forms |
|---|
| 89 | </label> |
|---|
| 90 | <label> |
|---|
| 91 | <input type="checkbox" name="plugins" value="FullPage" > FullPage |
|---|
| 92 | </label> |
|---|
| 93 | <label> |
|---|
| 94 | <input type="checkbox" name="plugins" value="FullScreen" checked="checked"> FullScreen |
|---|
| 95 | </label> |
|---|
| 96 | <label> |
|---|
| 97 | <input type="checkbox" name="plugins" value="InsertAnchor" checked="checked"> InsertAnchor |
|---|
| 98 | </label> |
|---|
| 99 | <label> |
|---|
| 100 | <input type="checkbox" name="plugins" value="InsertMarquee"> InsertMarquee |
|---|
| 101 | </label> |
|---|
| 102 | <label> |
|---|
| 103 | <input type="checkbox" name="plugins" value="InsertSmiley"> InsertSmiley |
|---|
| 104 | </label> |
|---|
| 105 | <label> |
|---|
| 106 | <input type="checkbox" name="plugins" value="InsertWords"> InsertWords |
|---|
| 107 | </label> |
|---|
| 108 | <label> |
|---|
| 109 | <input type="checkbox" name="plugins" value="LangMarks"> LangMarks |
|---|
| 110 | </label> |
|---|
| 111 | <label> |
|---|
| 112 | <input type="checkbox" name="plugins" value="ListType" checked="checked"> ListType |
|---|
| 113 | </label> |
|---|
| 114 | <label> |
|---|
| 115 | <input type="checkbox" name="plugins" value="QuickTag"> QuickTag |
|---|
| 116 | </label> |
|---|
| 117 | <label> |
|---|
| 118 | <input type="checkbox" name="plugins" value="Stylist" checked="checked"> Stylist |
|---|
| 119 | </label> |
|---|
| 120 | <label> |
|---|
| 121 | <input type="checkbox" name="plugins" value="TableOperations" checked="checked"> TableOperations |
|---|
| 122 | </label> |
|---|
| 123 | <label> |
|---|
| 124 | <input type="checkbox" name="plugins" value="Template"> Template |
|---|
| 125 | </label> |
|---|
| 126 | </fieldset> |
|---|
| 127 | |
|---|
| 128 | <fieldset> |
|---|
| 129 | <legend>PHP Plugins</legend> |
|---|
| 130 | <p> |
|---|
| 131 | <small>These plugins require PHP in order to run.</small> |
|---|
| 132 | </p> |
|---|
| 133 | <label> |
|---|
| 134 | <input type="checkbox" name="plugins" value="HtmlTidy"> HtmlTidy |
|---|
| 135 | </label> |
|---|
| 136 | <label> |
|---|
| 137 | <input type="checkbox" name="plugins" value="ImageManager"> ImageManager |
|---|
| 138 | </label> |
|---|
| 139 | <label> |
|---|
| 140 | <input type="checkbox" name="plugins" value="Linker"> Linker |
|---|
| 141 | </label> |
|---|
| 142 | <label> |
|---|
| 143 | <input type="checkbox" name="plugins" value="SpellChecker"> SpellChecker |
|---|
| 144 | </label> |
|---|
| 145 | <label> |
|---|
| 146 | <input type="checkbox" name="plugins" value="SuperClean"> SuperClean |
|---|
| 147 | </label> |
|---|
| 148 | </fieldset> |
|---|
| 149 | |
|---|
| 150 | </form> |
|---|
| 151 | |
|---|
| 152 | </body> |
|---|
| 153 | </html> |
|---|