<<Include(SeeSawExamples/Menu)>>

== Example 10 - SeeSaw calls in SeeSaw sections ==

{{{{#!wiki seesaw example10 show
<<SeeSaw(example10)>> the bottom half of example 10
{{{
This the top
.
.
.
}}}
}}}}
{{{{#!wiki seesaw example10
{{{
.
.
.
This is the bottom
}}}
<<SeeSaw(example10,show=True)>> the top half of example 10
}}}}

## This example was devised before the support for multiple sections was introduced.
## A alternative way to create the control in the bottom half now would be <<SeeSaw("%example10")>>.  
## Another way would be to use <<SeeSaw("-top10 +bottom10")>> in the top half and 
## <<SeeSaw("+top10 -bottom10")>> in the bottom half, with the sections designated separately as
## 'top10' and 'bottom10' rather than both as 'example10'.
