Changeset 156
- Timestamp:
- 05/11/05 12:06:08 (8 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 1 modified
-
examples/full_example-menu.html (modified) (3 diffs)
-
plugins/EditTag (added)
-
plugins/EditTag/edit-tag.js (added)
-
plugins/EditTag/img (added)
-
plugins/EditTag/img/ed_edit_tag.gif (added)
-
plugins/EditTag/lang (added)
-
plugins/EditTag/lang/de.js (added)
-
plugins/EditTag/popups (added)
-
plugins/EditTag/popups/edit_tag.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/full_example-menu.html
r155 r156 25 25 26 26 <p> 27 Select from the options below and click the Show Example button to show working examples 28 on the right. 27 Select from the options below and click the Show Example button. 29 28 </p> 30 29 … … 98 97 </label> 99 98 99 <label> 100 <input type="checkbox" name="plugins" value="EditTag" /> EditTag 101 </label> 102 103 100 104 </fieldset> 101 105 … … 103 107 <legend>PHP Plugins</legend> 104 108 <p> 105 These plugins require PHP in order to run. Some may have versions in other languages.109 <small>These plugins require PHP in order to run.</small> 106 110 </p> 107 111 <label> 108 <input type="checkbox" name="plugins" value="SuperClean" /> SuperClean <small>(PHP)</small>112 <input type="checkbox" name="plugins" value="SuperClean" /> SuperClean 109 113 </label> 110 114 <label> 111 <input type="checkbox" name="plugins" value="SpellChecker" /> SpellChecker <small>(PHP)</small>115 <input type="checkbox" name="plugins" value="SpellChecker" /> SpellChecker 112 116 </label> 113 117 <label> 114 <input type="checkbox" name="plugins" value="HtmlTidy" /> HtmlTidy <small>(PHP)</small>118 <input type="checkbox" name="plugins" value="HtmlTidy" /> HtmlTidy 115 119 </label> 116 120 <label> 117 <input type="checkbox" name="plugins" value="Linker" /> Linker <small>(PHP)</small>121 <input type="checkbox" name="plugins" value="Linker" /> Linker 118 122 </label> 119 123 <label> 120 <input type="checkbox" name="plugins" value="ImageManager" /> ImageManager <small>(PHP)</small>124 <input type="checkbox" name="plugins" value="ImageManager" /> ImageManager 121 125 </label> 122 126 </fieldset>
