summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals
diff options
context:
space:
mode:
authorctrlaltca <>2012-06-25 14:33:45 +0000
committerctrlaltca <>2012-06-25 14:33:45 +0000
commit4f7930e4f76eed1895128f3bb70f6293db85b269 (patch)
tree051989c62732ec7cef527b40708cfb046deaa978 /demos/quickstart/protected/pages/Fundamentals
parent4cf0ed8cd5afb3c533b798509b8e08249c3a5f6b (diff)
small fix to website data generation
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals')
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/Components.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/Components.page b/demos/quickstart/protected/pages/Fundamentals/Components.page
index 2ce96607..9326d89c 100644
--- a/demos/quickstart/protected/pages/Fundamentals/Components.page
+++ b/demos/quickstart/protected/pages/Fundamentals/Components.page
@@ -51,7 +51,7 @@ $component-&gt;getFont()-&gt;setName( $name );
</com:TTextHighlighter>
</p>
-<h3>Js-friendly properties</h3>
+<h3 id="26001">Js-friendly properties</h3>
<p class="block-content">
A JavaScript-friendly property is a property that can accept both simple strings and raw javascript.
Prado automatically encodes all properties sent clientside inside javascript blocks to avoid security problems (like injections or cross site scripting).