<elseif>
The contents of else if are executed when if evaluates to false and elseif evaluates to true.
Attributes:
cond |
An ECMAScript expression (boolean) when evaluates to true the contents of “elseif” elements are executed. |
parent |
if |
children |
None. |