Difference: VarCOMMENT (1 vs. 3)

Revision 32012-11-12 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

COMMENT{ attributes } -- insert an edit box into the topic to easily add comments.

Line: 15 to 15
 
noform Set to "on" to disable the automatic form that encloses your comment block - remember to insert <form> tags yourself! See CommentPluginExamples#noform for an example. "off"
nopost Set to "on" to disable insertion of the posted text into the topic. "off"
remove Set to "on" to remove the comment prompt after the first time it is clicked. "off"
Changed:
<
<
button Button label text "Add comment"
>
>
button Button label text "Add comment"
emailto Send comment by email. Use comma "," to seperate multiple email addresses. This feature is disabled by default. To enable this feature, please set up "$TWiki::cfg{Plugins}{CommentPlugin}{EmailEnabled} = 1;".  
 
Added:
>
>
 

Revision 22011-03-28 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

COMMENT{ attributes } -- insert an edit box into the topic to easily add comments.

  • A %COMMENT% without parameters shows a simple text box.
Changed:
<
<
  • The following standard attributes are recognized
    Name Description Default
    type This is the name of the template to use for this comment. Comment templates are defined in a TWiki template - see Customisation, below. If this attribute is not defined, the type is whatever is defined by COMMENTPLUGIN_DEFAULT_TYPE, either in this topic or in your WebPreferences. below
>
>
  • A %COMMENT{}% can handle the following parameters:
    Parameter
    <-- -->
    Sorted ascending
    Description Default
    type This is the name of the template to use for this comment. Comment templates are defined in a TWiki template - see customization. If this attribute is not defined, the type is whatever is defined by COMMENTPLUGIN_DEFAULT_TYPE, either in this topic or in your WebPreferences. "below"
 
default Default text to put into the textarea of the prompt.  
target Name of the topic to add the comment to the current topic
location Regular expression specifying the comment location in the target topic. Read carefully the CommentPlugin documentation!  
mode For compatibility with older versions only, synonymous with type  
Changed:
<
<
nonotify Set to "on" to disable change notification for target topics off
noform Set to "on" to disable the automatic form that encloses your comment block - remember to insert <form> tags yourself! See CommentPluginExamples#noform for an example. off
nopost Set to "on" to disable insertion of the posted text into the topic. off
remove Set to "on" to remove the comment prompt after the first time it is clicked. off
button Button label text Add comment
>
>
nonotify Set to "on" to disable change notification for target topics "off"
noform Set to "on" to disable the automatic form that encloses your comment block - remember to insert <form> tags yourself! See CommentPluginExamples#noform for an example. "off"
nopost Set to "on" to disable insertion of the posted text into the topic. "off"
remove Set to "on" to remove the comment prompt after the first time it is clicked. "off"
button Button label text "Add comment"
 
Added:
>
>

Revision 12007-06-22 - TWikiContributor

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiVariables"

COMMENT{ attributes } -- insert an edit box into the topic to easily add comments.

  • A %COMMENT% without parameters shows a simple text box.
  • The following standard attributes are recognized
    Name Description Default
    type This is the name of the template to use for this comment. Comment templates are defined in a TWiki template - see Customisation, below. If this attribute is not defined, the type is whatever is defined by COMMENTPLUGIN_DEFAULT_TYPE, either in this topic or in your WebPreferences. below
    default Default text to put into the textarea of the prompt.  
    target Name of the topic to add the comment to the current topic
    location Regular expression specifying the comment location in the target topic. Read carefully the CommentPlugin documentation!  
    mode For compatibility with older versions only, synonymous with type  
    nonotify Set to "on" to disable change notification for target topics off
    noform Set to "on" to disable the automatic form that encloses your comment block - remember to insert <form> tags yourself! See CommentPluginExamples#noform for an example. off
    nopost Set to "on" to disable insertion of the posted text into the topic. off
    remove Set to "on" to remove the comment prompt after the first time it is clicked. off
    button Button label text Add comment

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarCOMMENT.