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