Changeset 6892 for CKEditor/trunk
- Timestamp:
- 05/09/11 14:22:18 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_samples/placeholder.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_samples/placeholder.html
r6358 r6892 23 23 <p> 24 24 This sample shows how to configure CKEditor instances to use the 25 <strong> placeholder</strong> plugin that lets you insert read-only elements25 <strong>Placeholder</strong> plugin that lets you insert read-only elements 26 26 into your content. To enter and modify read-only text, use the 27 27 <strong>Create Placeholder</strong> button and its matching dialog window. 28 28 </p> 29 29 <p> 30 To add a CKEditor instance that uses the < strong>placeholder</strong> plugin and a related30 To add a CKEditor instance that uses the <code>placeholder</code> plugin and a related 31 31 <strong>Create Placeholder</strong> toolbar button, insert the following JavaScript 32 32 call to your code: … … 55 55 <p> 56 56 <label for="editor1"> 57 CKEditor using the < strong>placeholder</strong> plugin with its default configuration:</label>57 CKEditor using the <code>placeholder</code> plugin with its default configuration:</label> 58 58 <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is a [[sample placeholder]]. You are using <a href="http://ckeditor.com/">CKEditor</a>. </p></textarea> 59 59 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.
