User:FGrose/monobook.js: Difference between revisions

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

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