none
[openafs-wiki.git] / TWiki / TWikiTip024.mdwn
1 # <a name="Comment box with _CommentPlugin"></a> Comment box with CommentPlugin
2
3 The [[CommentPlugin]] allows users to quickly post comments to a page without an edit/preview/save cycle.
4
5 Write `%COMMENT{ attributes }%` or simply `%COMMENT%` anywhere in a TWiki topic.
6
7 Example:
8
9 <form name="disabled">
10   <table>
11     <tr valign="middle">
12       <td>
13         <textarea cols="40" name="comment" onblur="if(this.value=='')this.value=''" onfocus="if(this.value=='')this.value=''" rows="3" wrap="soft">This non-working example is for demonstration purposes only</textarea>
14       </td>
15       <td><input disabled type="submit" value="Add comment" /></td>
16     </tr>
17   </table>
18 </form>
19
20 [[More Information...|Main/CommentPlugin]]
21
22 [[See More Tips...|Main/TWikiTipsOfTheDay]]
23
24 -- TWiki:Main.PaulineCheung - 29 Jan 2005