![]() |
|||||||||||||||||
| |
|
|
|||||||||||||||
|
WOConditionals WOConditionals allow you to hide and show parts of your HTML.
They are bound to either a boolean or a method that returns a boolean. Depending
on the state of this boolean the HTML inside the borders of the WOConditional
is either displayed or hidden. Generally if the boolean is true then the
HTML is shown. If its false then its hidden. But you can swap this around
so that the HTML is shown if the boolean is flase and hidden if its true.
A - means that if the value of the boolean bound to the WOConditional equates to FALSE then that section of the HTML will be shown.
Page updated September 2, 2004
|
||||||||||||||||
|
|
|||||||||||||||||