Skip to content
xkp edited this page Sep 19, 2011 · 1 revision

Overview

The when tag's children will activate when the supplied expression is true.

Properties

expr: Mandatory, indicates the condition that must be met so the children will activate.

Usage

<sequence id="my_sequence">
   <when expr="img1.width > 40">
      ...
   </at>
</sequence>
Clone this wiki locally