home *** CD-ROM | disk | FTP | other *** search
- <Component name="Site"
- caption="Project"
- type="Site"
- icon="Site.ico"
- xmlns="x-schema:Component.xsd">
- <Properties>
- <Property
- name="name"
- caption="Name"
- controlType="TextBox"
- dataType="Name"
- required="True"
- description="Identifier name used in generated code."
- isVisible="False"
- />
- <Property
- name="language"
- caption="Code Language"
- description="Programming language in which the code is generated."
- controlType="ComboBox"
- dataType="Text"
- listSource="Language"
- fromListOnly="True"
- required="True"
- default="ASPTemplates"
- />
- <Property
- name="siteLanguage"
- caption="Site Language"
- description="Site Language"
- controlType="ComboBox"
- dataType="Text"
- listSource="CCSiteLanguage"
- fromListOnly="True"
- required="True"
- default="English"
- />
- <Property
- name="location"
- caption="Publishing"
- description="Publishing location could either be a Local network or FTP site."
- controlType="ComboBox"
- dataType="Text"
- listSource="LocationList"
- fromListOnly="True"
- default="Local"
- customDialog="True"
- dialogPath="/Dialogs/Project/project.html"
- dialogParameters="Publishing"
- />
- <Property
- isVisible="False"
- name="localServerPath"
- caption="Server Path"
- description="Path to which project pages are published."
- controlType="TextBox"
- dataType="Text"
- customDialog="True"
- dialogPath="/Dialogs/Project/project.html"
- dialogParameters="Publishing"
- />
- <Property
- isVisible="False"
- name="localServerURL"
- caption="Server URL"
- description="URL used to show live data pages."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- name="securedServerURL"
- caption="Secure Server URL"
- description="Base SSL URL, used to access pages configured as SSL."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
- name="publishingType"
- controlType="TextBox"
- dataType="Text"
- required="True"
- default="Project"
- />
- <Property
- isVisible="False"
- name="publishingAllMask"
- controlType="TextBox"
- dataType="Text"
- default="html;js;asp;php;jsp;cfm;pl;pm;cgi;mdb;gif;jpg;css;xml;java;asax;ascx;aspx;cs;vb;vbproj;resx;config;vsdisco;csproj;webinfo;bat;tld;jar;properties;inc"
- />
- <Property
- isVisible="False"
- name="publishingExceptMask"
- controlType="TextBox"
- dataType="Text"
- default="ccs;ccp"
- />
-
- <!-- FTP -->
-
- <Property
- isVisible="False"
-
- name="FTPServer"
- caption="FTP Server"
- description="FTP Host name."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="FTPFolder"
- caption="FTP Folder"
- description="FTP Folder."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="FTPLogin"
- caption="FTP Login"
- description="FTP Server Login."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="FTPPassword"
- caption="FTP Password"
- description="FTP Server Password."
- controlType="Password"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="FTPServerURL"
- caption="FTP Server URL"
- description="URL used to show live data pages."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="FTPPassiveMode"
- caption="FTP Passive Mode"
- description="Use Passive Mode if you are behind a Firewall?"
- dataType="Boolean"
- controlType="ComboBox"
- listSource="BooleanValues"
- fromListOnly="True"
- default="True"
- />
- <Property
- isVisible="False"
-
- name="FTPpublishingType"
- controlType="TextBox"
- dataType="Text"
- required="True"
- default="Project"
- />
- <Property
- isVisible="False"
-
- name="FTPpublishingAllMask"
- controlType="TextBox"
- dataType="Text"
- default="html;js;asp;php;jsp;cfm;pl;pm;cgi;mdb;gif;jpg;css;xml;java;ascx;aspx;cs;vb;vbproj;resx;config;vsdisco;csproj;webinfo;bat;tld;jar;properties;inc"
- />
- <Property
- isVisible="False"
-
- name="FTPpublishingExceptMask"
- controlType="TextBox"
- dataType="Text"
- default="ccs;ccp"
- />
- <Property
- name="securityType"
- caption="Security Type"
- description="Values used to specify table or database for user authentication."
- controlType="ComboBox"
- dataType="Text"
- listSource="securityTypeList"
- fromListOnly="True"
- default="None"
- required="True"
- customDialog="True"
- dialogPath="/Dialogs/Project/project.html"
- dialogParameters="Security"
- />
-
-
- <Property
- isVisible="False"
-
- name="loginPage"
- caption="Login Page"
- description="Page used for redirection in case of denied access."
- dataType="Text"
- controlType="TextBox"
- customDialog="True"
- dialogPath="/Dialogs/Page/SelectPage.html"
- dialogParameters="loginPage"
- />
- <Property
- isVisible="False"
-
- name="urlType"
- caption="Convert URL To"
- description="Specify if the URL should be converted to different format."
- controlType="ComboBox"
- dataType="Text"
- default="Absolute"
- listSource="URLType"
- fromListOnly="True"
- required="True"
- />
- <Property
- isVisible="False"
-
- name="userIDStoreMethod"
- caption="User ID Stored As"
- description="Method used to store user ID of logged in user."
- controlType="ComboBox"
- dataType="Text"
- listSource="IDStoreMethodList"
- fromListOnly="True"
- default="Session"
- />
- <Property
- isVisible="False"
-
- name="securityConnection"
- caption="Security Connection"
- description="Name of the database connection used to access the user table."
- controlType="ComboBox"
- dataType="Text"
- listSource="CCConnections"
- />
- <Property
- isVisible="False"
-
- name="usersTable"
- caption="User Table"
- description="Table with user information used for authentication."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="userIDField"
- caption="User ID Field"
- description="Field containing the unique ID used to identify users."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="userLoginField"
- caption="User Login Field"
- description="Field containing the user login names."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="userPasswordField"
- caption="User Password Field"
- description="Field containing the user passwords."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="userGroupField"
- caption="Level/Group Field"
- description="Field specifying the user group that the user belongs to."
- controlType="TextBox"
- dataType="Text"
- />
- <Property
- isVisible="False"
-
- name="userIDVariable"
- caption="UserID variable"
- description="Name of the variable used to contain the user ID of a logged in user."
- controlType="TextBox"
- dataType="Text"
- default="UserID"
- />
- <Property
- isVisible="False"
-
- name="userLoginVariable"
- caption="User Login variable"
- description="Name of the variable used to contain the user login of a logged in user."
- controlType="TextBox"
- dataType="Text"
- default="UserLogin"
- />
- <Property
- isVisible="False"
-
- name="userPasswordVariable"
- caption="User Password variable"
- description="Name of the variable used to contain the user password of a logged in user."
- controlType="TextBox"
- dataType="Text"
- default=""
- />
- <Property
- isVisible="False"
-
- name="groupIDVariable"
- caption="GroupID Variable"
- description="Name of the variable used to contain the group ID of a logged in user."
- controlType="TextBox"
- dataType="Text"
- default="GroupID"
- />
- <Property
- isVisible="False"
-
- name="cookieVariable"
- caption="Cookie Variable"
- description="Name of the variable used to contain the cookie information of a logged in user."
- controlType="TextBox"
- dataType="Text"
- default="UserInfo"
- />
- <Property
- isVisible="False"
-
- name="higherLevel"
- caption="Level Inclusion"
- description="Higher level includes lower Levels?"
- controlType="ComboBox"
- listSource="BooleanValues"
- fromListOnly="True"
- dataType="Boolean"
- />
- <Property
- isVisible="False"
-
- name="automatedLogin"
- dataType="Boolean"
- default="False"
- />
- <Property
- name="startPage"
- caption="Home Page"
- description="Specify the starting page for your project"
- controlType="TextBox"
- dataType="Text"
- customDialog="True"
- dialogPath="/Dialogs/Page/SelectPage.html"
- dialogParameters="startPage"
- />
- <Property
- name="culture"
- caption="Culture"
- description="Specifies the current culture of the project"
- dataType="Text"
- controlType="TextBox"
- required="False"
- isVisible="False"
- />
- <Property
- name="useCCSCultureFormats"
- caption="Use CCS Culture Formats"
- dataType="Boolean"
- description="Specifies if the CCS culture formats or default methods of a programming language are used."
- controlType="ComboBox"
- required="True"
- listSource="BooleanValues"
- fromListOnly="True"
- default="True"
- isVisible="False"
- />
- <Property
- name="defaultDateFormat"
- caption="Default Date Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the default date format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultLongTimeFormat"
- caption="Default Long Time Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the long time format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultShortTimeFormat"
- caption="Default Short Time Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the short time format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultFullDateFormat"
- caption="Default Full Date Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the full date format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultLongDateFormat"
- caption="Default Lond Date Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the long date format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultShortDateFormat"
- caption="Default Short Date Format"
- dataType="Text"
- description="Specifies the format pattern used to convert into the short date format."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Date"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultFloatFormat"
- caption="Default Float Format"
- dataType="Text"
- description="Specifies the format pattern used to convert float numbers to string."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Float"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultBooleanFormat"
- caption="Default Boolean Format"
- dataType="Text"
- description="Specifies the format pattern used to convert boolean values into string."
- controlType="ComboBox"
- listSource="Format"
- fromListOnly="False"
- defaultFilter="Boolean"
- required="False"
- isVisible="False"
- />
- <Property
- name="codeFileEncoding"
- caption="File Encoding"
- dataType="Text"
- description=""
- controlType="ComboBox"
- fromListOnly="False"
- required="False"
- isVisible="False"
- />
- <Property
- name="defaultHTMLEncoding"
- caption="Default HTML Encoding"
- dataType="Text"
- description="Specify the name of the default HTML encoding/character set."
- default=""
- controlType="ComboBox"
- fromListOnly="False"
- listSource="HTMLCharsets"
- required="True"
- isVisible="False"
- />
- </Properties>
- <Collections>
- <Collection name="Connections" object="Connection"/>
- <Collection name="Groups" object="Group" description="Security Groups">
- <Properties>
- <Property name="value" caption="Value" description="Value" dataType="Text" controlType="TextBox"/>
- <Property name="name" caption="Name" description="Name of the Group" dataType="Text" controlType="TextBox"/>
- </Properties>
- </Collection>
- <Collection name="CodeFiles" object="CodeFile" description="Code Files">
- <Properties>
- <Property name="name" caption="Name"/>
- <Property name="language" caption="Language"/>
- <Property name="path" caption="Path"/>
- <Property name="forShow" caption="forShow" default="False" dataType="Boolean"/>
- </Properties>
- </Collection>
- </Collections>
- <Lists>
- <List name="AutoUpdatableConnection">
- <Item name="connection" value=""/>
- <Item name="securityConnection" value=""/>
- </List>
- </Lists>
- </Component>
-