Elseif

Elseif

in

The else if element is used to specify additional content when all other else or if statements have evaluated to false. When an application encounters a series of if-elseif-else statements, the application executes the first one which evaluates to true. The condition attribute included in this element identifies any and all valid expressions, which equates to the value to be evaluated. The attribute also specifies an ECMAScript expression to evaluate. The element is used in conjunction with the tag.

Related links

Related terms

for "Elseif"

Search Glossary

Term of the Day

The param element is used to specify values that are passed to subdialogs.