summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjrags <>2005-12-03 03:04:19 +0000
committerjrags <>2005-12-03 03:04:19 +0000
commitc488100ee3bf9d6c27a0a78e3174a6c698fabfa2 (patch)
tree260c73be9caa5fbe184677d3f6314f211405d01e /docs
parent3e3355b97aa11d1774903b68d233046e41cc8a04 (diff)
"Updates to the document, including all the Style options for components."
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/application.xml33
1 files changed, 30 insertions, 3 deletions
diff --git a/docs/application.xml b/docs/application.xml
index e480fefb..9f360ec5 100755
--- a/docs/application.xml
+++ b/docs/application.xml
@@ -94,9 +94,36 @@ config.xml:::::
<allow|deny [pages=",delimited"] [users=",delimited *|?|username"] [roles=",delimited"] verb="get|post" />
</authorization>
- <pages>
- <page id type />
+ <pages [MasterClass]>
+ <page id type [MasterClass] [TemplateFile]/>
</pages>
</configuration>
-TUserManager:::
+MasterClass: Refrences the Masterpage for this <Pages> or <Page> element.
+TemplateFile: Refrences the template file for the <Page> element
+
+TUserManager::
+
+All elements that are derivied from TWebControl can access the following Style elements like this:
+Style.BackColor="#FF00FF"
+or
+Style.Font.Size="12px"
+
+TStyle::
+BackColor
+BorderColor
+BorderStyle
+BorderWidth
+CssClass
+ForeColor
+Height
+Style
+Width
+Font :: TFont
+ Bold
+ Italic
+ Overline
+ Strikeout
+ Underline
+ Size
+ Name