From c488100ee3bf9d6c27a0a78e3174a6c698fabfa2 Mon Sep 17 00:00:00 2001
From: jrags <>
Date: Sat, 3 Dec 2005 03:04:19 +0000
Subject: "Updates to the document, including all the Style options for
components."
---
docs/application.xml | 33 ++++++++++++++++++++++++++++++---
1 file changed, 30 insertions(+), 3 deletions(-)
(limited to 'docs')
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:::::
-
-
+
+
-TUserManager:::
+MasterClass: Refrences the Masterpage for this or element.
+TemplateFile: Refrences the template file for the 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
--
cgit v1.2.3