summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations/Templates3.page
diff options
context:
space:
mode:
authorxue <>2006-01-16 01:50:52 +0000
committerxue <>2006-01-16 01:50:52 +0000
commit2d6584b56f0c52686f868c4c7dafc44db0f7c5cf (patch)
tree11c638b80b28c0f6c574b443c2ced563bf0ca934 /demos/quickstart/protected/pages/Configurations/Templates3.page
parenta9d62d90ad6b78618a8491d292d75ceced033f2b (diff)
Fixed an issue with dynamic property tags used with prop:xxx.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations/Templates3.page')
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates3.page2
1 files changed, 1 insertions, 1 deletions
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
<a name="dt" />
<h3>Databind Tags</h3>
<p>
-Databind tags are similar to expression tags, except that the expressions are evaluated only when a <tt>dataBind()</tt> call is invoked on the controls represented by the component tags. In the expression, <tt>$this</tt> 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 <tt>dataBind()</tt> call is invoked on the controls represented by the component tags. In the expression, <tt>$this</tt> refers to the control itself. Databind tags do not apply to all components. They can only be used for controls.
</p>
<p>
The format of databind tags is as follows,