Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2008-12-11 17:27:46
Size: 2156
Editor: KaiJaeger
Comment:
Revision 18 as of 2008-12-12 10:32:53
Size: 2288
Editor: KaiJaeger
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 11: Line 13:
== Inline Usage == == Applications ==
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"
There are three main applications for this purpose:

 * (Show (and later may be hide) a string of characters within a particular paragraph.

 * Switch between to different version of a paragraph, for example a "UNIX" and a "Windows" version.

 * Reveal a (potentially large amount of) text after a click on a kind of short description or header

The first application works "Inline", the other two on a "Section".

These three applications are demonstrated underneath.

=== Inline Usage ===

This line contains some <<SeeSaw(section="example1", inline=" hidden")>> text. Click on the link to show it.

=== Section Usage ===

==== Reveal Text ====

<<SeeSaw(section="example2", toshow="<<Show>> the details", tohide="<<Hide>> the details", bg="#FFFFDD")>>

{{{#!wiki seesaw/example2/hide
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.
Line 18: Line 41:
== Section Usage == ==== Toggle Text ====
Line 20: Line 43:
<<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.
<<SeeSaw(section="example3", toshow="Show APLX section", tohide="Show Dyalog section", bg="#FFFFDD")>>

{{{#!wiki seesaw/example3/show
'''Dyalog Section'''<<BR>><<BR>>
Some details related to Dyalog APL.<<BR>>
This is shown initially. It is hidden and the "APLX" section is displayed when "Show Dyalog section" is clicked.
Line 25: Line 51:
{{{#!wiki seesaw/example2/Hide
Almost nothing
{{{#!wiki seesaw/example3/hide
'''APLX Section'''<<BR>><<BR>>
Some details related to APLX.<<BR>>
This is hidden initially.

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.

Applications

There are three main applications for this purpose:

  • (Show (and later may be hide) a string of characters within a particular paragraph.
  • Switch between to different version of a paragraph, for example a "UNIX" and a "Windows" version.
  • Reveal a (potentially large amount of) text after a click on a kind of short description or header

The first application works "Inline", the other two on a "Section".

These three applications are demonstrated underneath.

Inline Usage

This line contains some »» text. Click on the link to show it.

Section Usage

Reveal Text

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.

Toggle Text

Show APLX section

Dyalog Section

Some details related to Dyalog APL.
This is shown initially. It is hidden and the "APLX" section is displayed when "Show Dyalog section" is clicked.

APLX Section

Some details related to APLX.
This is hidden initially.

SeeSaw (last edited 2017-02-16 18:42:06 by KaiJaeger)