~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/TipTopic024.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%META:TOPICINFO{author="ProjectContributor" date="1107572800" format="1.1" version="$Rev$"}%
 
2
%META:TOPICPARENT{name="TipsOfTheDay"}%
 
3
---+ Comment box with !CommentPlugin 
 
4
 
 
5
The CommentPlugin allows users to quickly post comments to a page without an edit/preview/save cycle. 
 
6
 
 
7
Write =%<nop>COMMENT{ attributes }%= or simply =%<nop>COMMENT%= anywhere in a Foswiki topic.
 
8
 
 
9
Example:
 
10
<form name="disabled">
 
11
<table><tr valign="middle"><td><textarea rows="3" cols="40" name="comment" wrap="soft" onfocus="if(this.value=='')this.value=''" onblur="if(this.value=='')this.value=''">This non-working example is for demonstration purposes only</textarea></td><td><input type="submit" value="Add comment" disabled="disabled" /></td></tr></table>
 
12
</form>
 
13
 
 
14
[[CommentPlugin][More Information...]]
 
15
 
 
16
[[TipsOfTheDay][See More Tips...]]