Conditionally executes a group of statements, depending on the value of an expression.
@if ( condition1 ) text1 [@elif ( condition2 ) text2] [@else text3] @end |
Ajax toolkit
Ajax website
Conditionally executes a group of statements, depending on the value of an expression.
@if ( condition1 ) text1 [@elif ( condition2 ) text2] [@else text3] @end |
Arguments
Remarks
Example
Requirements
See Also
Ajax toolkit
Ajax website