Changeset 690
- Timestamp:
- 11/15/08 11:12:37 (4 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
-
ComponentEditPlugin/data/TWiki/ComponentEditPlugin.txt (modified) (1 diff)
-
DragonSkin/data/TWiki/DragonSkinCustomize.txt (modified) (1 diff)
-
EditRowPlugin/data/TWiki/EditRowPlugin.txt (modified) (2 diffs)
-
HostnamePlugin/data/TWiki/HostnamePlugin.txt (modified) (1 diff)
-
LocalTimePlugin/data/TWiki/LocalTimePlugin.txt (modified) (1 diff)
-
SearchSummaryPlugin/data/TWiki/SearchSummaryPlugin.txt (modified) (1 diff)
-
TWikiAjaxContrib/data/TWiki/TWikiAjaxContrib.txt (modified) (1 diff)
-
TaskExeContrib/data/TWiki/TaskExeContrib.txt (modified) (1 diff)
-
TwistyBundleTWiki04x00x05/data/TWiki/TwistyPlugin.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ComponentEditPlugin/data/TWiki/ComponentEditPlugin.txt
r529 r690 15 15 16 16 * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: 17 * Set SHORTDESCRIPTION = creates a popup edit UI for TWikiVariables17 * Set SHORTDESCRIPTION = creates a popup edit UI for [[%SYSTEMWEB%.Macros][Macros]] 18 18 19 19 * Debug plugin: (See output in =data/debug.txt=) -
trunk/DragonSkin/data/TWiki/DragonSkinCustomize.txt
r92 r690 7 7 8 8 ---++ TWiki variables used by !DragonSkin 9 The following TWiki.TWikiVariablesare specific to !DragonSkin and control various look and feel aspects of the skin:9 The following [[%SYSTEMWEB%.Macros][Macros]] are specific to !DragonSkin and control various look and feel aspects of the skin: 10 10 11 11 $ DS_BODYFONTSIZE: CSS font size for the overall body of the page. -
trunk/EditRowPlugin/data/TWiki/EditRowPlugin.txt
r527 r690 65 65 * ==changerows== - Rows can be added and removed if ="on"=. Rows can be 66 66 added but not removed if ="add"=. Defaults to the value of the 67 [[%SYSTEMWEB%. TWikiVariables][preference]] =CHANGEROWS=, or =off= if it isn't set.67 [[%SYSTEMWEB%.Macros][preference]] =CHANGEROWS=, or =off= if it isn't set. 68 68 * ==disable== - By default, the plugin shows both full table and individual row editing controls. You can choose to disable one or both of these modes using the =disable= parameter, by setting it to =row= or =full= (or =row,full= to disable all editing and just leave sorting). If full table editing is disabled, but =changerows= is =on=, then the <img src="%ATTACHURLPATH%/edittable.gif" /> (edit table) button will be replaced with a <img src="%ATTACHURLPATH%/addrow.gif" /> (add row) button. Defaults to the value of the 69 [[%SYSTEMWEB%. TWikiVariables][preference]] =EDITROWPLUGIN_DISABLE=, or =none= if it isn't set.69 [[%SYSTEMWEB%.Macros][preference]] =EDITROWPLUGIN_DISABLE=, or =none= if it isn't set. 70 70 * ==quietsave== - Quiet Save button is shown if ="on"=. Defaults to the 71 value of the [[%SYSTEMWEB%. TWikiVariables][preference]] =QUIETSAVE=, or =off= if it71 value of the [[%SYSTEMWEB%.Macros][preference]] =QUIETSAVE=, or =off= if it 72 72 isn't set. 73 73 * ==include== - … … 167 167 168 168 ---++ Preferences 169 The plugin interprets a couple of [[%SYSTEMWEB%. TWikiVariables][preferences]], in common with the !EditTablePlugin.169 The plugin interprets a couple of [[%SYSTEMWEB%.Macros][preferences]], in common with the !EditTablePlugin. 170 170 | =QUIETSAVE= | Gives a default value for the =quietsave= parameter. Default is =off=. | 171 171 | =CHANGEROWS= | Gives a default value for the =changerows= parameter. Default is =off=. | -
trunk/HostnamePlugin/data/TWiki/HostnamePlugin.txt
r529 r690 40 40 | Appraisal: | http://twiki.org/cgi-bin/view/Plugins/HostnamePluginAppraisal | 41 41 42 __Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.TWikiVariables42 __Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, [[%SYSTEMWEB%.Macros][Macros]] 43 43 44 44 <!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. --> -
trunk/LocalTimePlugin/data/TWiki/LocalTimePlugin.txt
r671 r690 22 22 * 2001-12-31T23:59Z 23 23 * 2001-12-31T23:59+01:00 24 * =format= is the same as for the format specifier in http://t42p/cgi-bin/DEVELOP/bin/view/ TWiki/TWikiVariables#VarGMTIME24 * =format= is the same as for the format specifier in http://t42p/cgi-bin/DEVELOP/bin/view/%SYSTEMWEB%/Macros#VarGMTIME 25 25 * fromtopic="web.topic" - the plugin tries to use the timezone set in the variable TIMEZONE on the topic selected 26 26 -
trunk/SearchSummaryPlugin/data/TWiki/SearchSummaryPlugin.txt
r464 r690 18 18 ---++ Usage 19 19 20 Install and enable the plugin. It "just works". You can change the size of the context (the number of characters either side of a search term) by setting the [[%SYSTEMWEB%. TWikiVariables][TWikiVariable]] =SEARCHSUMMARYPLUGIN_CONTEXT= (the default is 30). You can change the CSS class used to highlight search terms by setting =SEARCHSUMMARYPLUGIN_CSSCLASS=. The default is =twikiAlert=.20 Install and enable the plugin. It "just works". You can change the size of the context (the number of characters either side of a search term) by setting the [[%SYSTEMWEB%.Macros][Macro]] =SEARCHSUMMARYPLUGIN_CONTEXT= (the default is 30). You can change the CSS class used to highlight search terms by setting =SEARCHSUMMARYPLUGIN_CSSCLASS=. The default is =twikiAlert=. 21 21 22 22 ---++ Installation Instructions -
trunk/TWikiAjaxContrib/data/TWiki/TWikiAjaxContrib.txt
r501 r690 115 115 </blockquote> 116 116 117 %ICON{hand}% [[ TWiki.TWikiVariables#STARTSECTION_marks_the_start_of][Documentation about STARTSECTION variable]] %BR%117 %ICON{hand}% [[%SYSTEMWEB%.Macros#STARTSECTION_marks_the_start_of][Documentation about STARTSECTION variable]] %BR% 118 118 %ICON{hand}% [[TWikiAjaxContribExamples#Page_parts_Named_sections][View demo Named Sections]] 119 119 -
trunk/TaskExeContrib/data/TWiki/TaskExeContrib.txt
r604 r690 200 200 201 201 This command does just that. It sends email. Typically used at the end of a task. 202 The parameter format is the one of the well known TWiki.TWikiVariablesargument list.202 The parameter format is the one of the well known [[%SYSTEMWEB%.Macros][Macros]] argument list. 203 203 Supported parameters are: 204 204 * =from= : Email address of the sender. -
trunk/TwistyBundleTWiki04x00x05/data/TWiki/TwistyPlugin.txt
r549 r690 424 424 | =showlink= | Link label | Show link label | optional | 425 425 | =mode= | ="div"= or ="span"= | Specify if the Twisty Toggle section will use a =<div>= or a =<span>= tag. Note that if the contents contains block elements such as =div=, =mode= should be =div= as well to create valid HTML markup. | optional, defaults to =<span>= | 426 | =showimgleft= | Image url | Specify the url of an image that will be displayed with the show link at the left side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |427 | =hideimgleft= | Image url | Specify the url of an image that will be displayed with the hide link at the left side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |428 | =showimgright= | Image url | Specify the url of an image that will be displayed with the show link at the right side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |429 | =hideimgright= | Image url | Specify the url of an image that will be displayed with the hide link at the right side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |426 | =showimgleft= | Image url | Specify the url of an image that will be displayed with the show link at the left side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 427 | =hideimgleft= | Image url | Specify the url of an image that will be displayed with the hide link at the left side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 428 | =showimgright= | Image url | Specify the url of an image that will be displayed with the show link at the right side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 429 | =hideimgright= | Image url | Specify the url of an image that will be displayed with the hide link at the right side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 430 430 | =remember= | ="on"=, ="off"= | If ="on"=, the Twisty state is remembered the next time the page is shown. If ="off"=, the stored setting will be cleared.<br /> *Note:* when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked. | optional, no default | 431 431 | =start= | ="hide"= or ="show"= | Initial state of the Twisty; this will override any setting stored in a cookie (see =remember=). | optional, default no initial state | … … 477 477 | =link= | Link label | Show link label | optional | 478 478 | =mode= | ="div"= or ="span"= | Specify if the Twisty Show link will use a =<div>= or a =<span>= tag. Note that if the contents contains block elements such as =div=, =mode= should be =div= as well to create valid HTML markup. | optional, defaults to =<span>= | 479 | =img= | Image url | Specify the url of an image that will be displayed at the *right side* of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |480 | =imgleft=| Image url | Specify the url of an image that will be displayed at the left side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |481 | =imgright= | Image url | Specify the url of an image that will be displayed at the right side of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |479 | =img= | Image url | Specify the url of an image that will be displayed at the *right side* of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 480 | =imgleft=| Image url | Specify the url of an image that will be displayed at the left side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 481 | =imgright= | Image url | Specify the url of an image that will be displayed at the right side of the link. <br />You may use [[%SYSTEMWEB%.Macros#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 482 482 | =remember= | ="on"=, ="off"= | If ="on"=, the Twisty state is remembered the next time the page is shown. If ="off"=, the stored setting will be cleared.<br /> *Note:* when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked. | optional, no default | 483 483 | =start= | ="hide"= or ="show"= | Initial state of the Twisty; this will override any setting stored in a cookie (see =remember=). | optional, default no initial state | … … 495 495 | =link= | Link label | Hide link label | optional | 496 496 | =mode= | ="div"= or ="span"= | Specify if the Twisty Hide link will use a =<div>= or a =<span>= tag. Note that if the contents contains block elements such as =div=, =mode= should be =div= as well to create valid HTML markup. | optional, defaults to =<span>= | 497 | =img= | Image url | Specify the url of an image that will be displayed at the *right side* of the link. <br />You may use [[%SYSTEMWEB%. TWikiVariables#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image |497 | =img= | Image url | Specify the url of an image that will be displayed at the *right side* of the link. <br />You may use [[%SYSTEMWEB%.Macro#VarICONURLPATH][ICONURLPATH]] to display one of the %SYSTEMWEB%.DocumentGraphics icons. Alternatively use an image attached to the topic. | optional, defaults to no image | 498 498 | =remember= | ="on"=, ="off"= | If ="on"=, the Twisty state is remembered the next time the page is shown. If ="off"=, the stored setting will be cleared.<br /> *Note:* when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the same name. Also note that only interaction is stored, not the state of the Twisty when left unclicked. | optional, no default | 499 499 | =start= | ="hide"= or ="show"= | Initial state of the Twisty; this will override any setting stored in a cookie (see =remember=). | optional, default no initial state |
Note: See TracChangeset
for help on using the changeset viewer.
