diff options
author | ctrlaltca@gmail.com <> | 2011-07-06 13:23:26 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-07-06 13:23:26 +0000 |
commit | 07a205ffd62910c79e09c5fd5247868c4b163ec5 (patch) | |
tree | 61632c2f91911f07d99951a5ea632b54ce87b260 /demos/quickstart/protected/pages/Controls/SafeHtml.page | |
parent | 907d785046834eacb492a88a0eab9f349921de8d (diff) |
fix for #341
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/SafeHtml.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/SafeHtml.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/SafeHtml.page b/demos/quickstart/protected/pages/Controls/SafeHtml.page index 0bdea616..fb7ca46b 100644 --- a/demos/quickstart/protected/pages/Controls/SafeHtml.page +++ b/demos/quickstart/protected/pages/Controls/SafeHtml.page @@ -20,6 +20,10 @@ To use <tt>TSafeHtml</tt>, simply enclose the content to be secured within the <tt>TSafeHtml</tt> component tag in a template. The content may consist of both static text and PRADO controls. If the latter, the rendering result of the controls will be secured.
</p>
+<p class="block-content">
+If the content is encoded in UTF-7, you'll need to enable the <tt>RepackUTF7</tt> property to ensure the contents gets parsed correctly.
+</p>
+
<com:RunBar PagePath="Controls.Samples.TSafeHtml.Home" />
</com:TContent>
|