From: <var...@us...> - 2008-08-28 18:16:17
|
Revision: 6218 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6218&view=rev Author: vargenau Date: 2008-08-28 18:16:28 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Add description of width, position and extracollapse arguments Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-28 18:14:32 UTC (rev 6217) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-28 18:16:28 UTC (rev 6218) @@ -1,4 +1,4 @@ -Date: Sat, 22 Aug 2008 10:51:24 +0000 +Date: Sat, 28 Aug 2008 11:51:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,6 +27,10 @@ | Description | Default value |- +| <b>extracollapse</b> +| Provide a button to hide/display the Table of Contents +| true +|- | <b>firstlevelstyle</b> | Style of first level numbering: number, letter or roman. | number @@ -59,13 +63,21 @@ | Table of Contents of which page? | current pagename |- -| <b>with_toclink</b> -| Boolean if headers should link back to the Table of Contents. -| false +| <b>position</b> +| Where to display the Table of Contents: full, left or right. +| full |- +| <b>width</b> +| Width of Table of Contents (if position is left or right) +| 200px +|- | <b>with_counter</b> | Boolean if hierarchical prefixes should be added. | false +|- +| <b>with_toclink</b> +| Boolean if headers should link back to the Table of Contents. +| false |} !! Headers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |