Clicked

From GECK
Jump to: navigation, search
This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.

The clicked directive is a trait that sets a control binding in a user interface XML block. For this trait to work, its parent must have target variable set to &true;.

Example

<target> &true; </target>
<timesclicked> <add src="me()" trait="clicked"/> </timesclicked>

See Also