Size: 2156
Comment:
|
Size: 1398
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
'''SeeSaw''' is a !MoinMoin macro written by Jim Wight. |
|
Line 5: | Line 7: |
In case that a particular topic is very complex, you might have to provide quite a large amount of information. On the Web, chances are that a use will stop reading any information at all if she gets flooded with to many pieces of information. | In case that a particular topic is very complex, you might have to provide quite a large amount of information. On the Web, chances are that a user will stop reading any information at all if she gets flooded with too many pieces of information. |
Line 9: | Line 11: |
That's what the MoinMoin macro SeeSaw is designed to do. | That's what the !MoinMoin macro SeeSaw is designed to do. |
Line 13: | Line 15: |
<<SeeSaw(section=example1)>> example 1 {{{#!wiki seesaw/example1 This text was hidden initially and the link shown was "Show"; it should now be "Hide" }}} |
This line contains some <<SeeSaw(section="example1", inline=" hidden")>> text. Click on the link to show it. |
Line 20: | Line 19: |
<<SeeSaw(section=example2, toshow="Show the details")>> {{{#!wiki seesaw/example2/Show the details This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. |
=== I. Reveale text === <<SeeSaw(section="example2", toshow="Show the details", tohide="Hide the details", bg="#FFFFDD")>> {{{#!wiki seesaw/example2/show This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in. |
Line 25: | Line 27: |
{{{#!wiki seesaw/example2/Hide Almost nothing |
=== II. Toggle text === <<SeeSaw(section="example2", toshow="Dyalog section", tohide="APLX section")>> {{{#!wiki seesaw/example2 Some details; related to Dyalog APL {{{#!wiki seesaw/example2/example2-bg Some details; related to APLX |
Line 28: | Line 37: |
'''Not working yet - still under construction!''' |
SeeSaw Macro
SeeSaw is a MoinMoin macro written by Jim Wight.
Overview
In case that a particular topic is very complex, you might have to provide quite a large amount of information. On the Web, chances are that a user will stop reading any information at all if she gets flooded with too many pieces of information.
A common technique to deal with this problem is to provide only essential information but to allow the user to "show" more information usually represented by a short description.
That's what the MoinMoin macro SeeSaw is designed to do.
Inline Usage
This line contains some »» text. Click on the link to show it.
Section Usage
I. Reveale text
This paragraph might contain a large amount of details only geeks might be interested in. This paragraph might contain a large amount of details only geeks might be interested in.
II. Toggle text
Some details; related to Dyalog APL
Not working yet - still under construction!