Control structures enable you to dynamically hide or show certain parts of a heitml page. You can also show certain parts repeatedly.
Example:
shows the text "Good Morning..." when SrvTime < 110000000 (i.e. before 11 in the morning), otherwise it shows "Hello". Note that the "morning"-counter is on the page only before 11 am. The <if> tag works on all aspects of a component, so a component isn't just hidden; it won't perform any function unless the condition is true. Therefore, in our example, the counter counts only in the morning. Reference
Component:condDetails
© 1996-2008 H.E.I. All Rights Reserved. |
|