User:FGrose/monobook.js: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
autoCollapse = 1 //how many collapsible tables on the page before autocollapse works
<code>autoCollapse = 2</code>
<code>var collapseCaption = '(-)'</code>
var collapseCaption = '(-)' //text of the [hide] link
<code>var expandCaption = '(+)'</code>
var expandCaption = '(+)' //text of the [show] link

Latest revision as of 23:39, 12 November 2009

 autoCollapse = 1 //how many collapsible tables on the page before autocollapse works
 var collapseCaption = '(-)' //text of the [hide] link
 var expandCaption = '(+)' //text of the [show] link