From 2d6584b56f0c52686f868c4c7dafc44db0f7c5cf Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 16 Jan 2006 01:50:52 +0000 Subject: Fixed an issue with dynamic property tags used with prop:xxx. --- demos/quickstart/protected/pages/Configurations/Templates3.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Configurations/Templates3.page') diff --git a/demos/quickstart/protected/pages/Configurations/Templates3.page b/demos/quickstart/protected/pages/Configurations/Templates3.page index ae496553..e5abc347 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates3.page +++ b/demos/quickstart/protected/pages/Configurations/Templates3.page @@ -35,7 +35,7 @@ Note, unlike dynamic content tags, the expressions tags for component properties

Databind Tags

-Databind tags are similar to expression tags, except that the expressions are evaluated only when a dataBind() call is invoked on the controls represented by the component tags. In the expression, $this refers to the control itself. Databind tags do not apply to all components. They can only be used for controls. +Databind tags are similar to expression tags, except that they can only be used with control properties and the expressions are evaluated only when a dataBind() call is invoked on the controls represented by the component tags. In the expression, $this refers to the control itself. Databind tags do not apply to all components. They can only be used for controls.

The format of databind tags is as follows, -- cgit v1.2.3