aw2.case

/ Conditionals / aw2.case

Title : aw2.case
Purpose : Checks the condition against a value
Syntax : [aw2.switch]
[aw2.case cond='{request.x}’ equal=’1′]
x is equal to 1
[/aw2.case]
[aw2.case cond='{request.x}’ equal=’2′]
x is equal to 1
[/aw2.case]
[aw2.case_else]
x is not equal to 1 or 2
[/aw2.case_else]
[/aw2.switch]
Input Parameters : variable which needs to be check
Return Value : It does not return anything
Example  :
Code :
Description : In the example, if the the value of testvar is ‘1’, then it executes the code in the first block. If none of the condition is satisfied then it executes the last block that is default block
Categories
Most Popular

Leave a Reply

Your email address will not be published.