home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / desenvolvimento / code_charge / CCStudio2_3.exe / Disk1 / data1.cab / App_Data / Components / Site.xml < prev    next >
Encoding:
Text File  |  2004-08-10  |  15.5 KB  |  534 lines

  1. <Component name="Site"
  2.   caption="Project"
  3.   type="Site"
  4.   icon="Site.ico"
  5.   xmlns="x-schema:Component.xsd">
  6.   <Properties>
  7.     <Property
  8.       name="name"
  9.       caption="Name"
  10.       controlType="TextBox"
  11.       dataType="Name"
  12.       required="True"
  13.       description="Identifier name used in generated code."
  14.           isVisible="False"
  15.     />
  16.     <Property
  17.       name="language"
  18.       caption="Code Language"
  19.       description="Programming language in which the code is generated."
  20.       controlType="ComboBox"
  21.       dataType="Text"
  22.       listSource="Language"
  23.       fromListOnly="True"
  24.       required="True"
  25.       default="ASPTemplates"
  26.     />
  27.     <Property
  28.       name="siteLanguage"
  29.       caption="Site Language"
  30.       description="Site Language"
  31.       controlType="ComboBox"
  32.       dataType="Text"
  33.       listSource="CCSiteLanguage"
  34.       fromListOnly="True"
  35.       required="True"
  36.       default="English"
  37.     />
  38.     <Property
  39.       name="location"
  40.       caption="Publishing"
  41.       description="Publishing location could either be a Local network or FTP site."
  42.       controlType="ComboBox"
  43.       dataType="Text"
  44.       listSource="LocationList"
  45.       fromListOnly="True"
  46.       default="Local"
  47.       customDialog="True"
  48.       dialogPath="/Dialogs/Project/project.html"
  49.       dialogParameters="Publishing"
  50.     />
  51.     <Property
  52.                         isVisible="False"
  53.       name="localServerPath"
  54.       caption="Server Path"
  55.       description="Path to which project pages are published."
  56.       controlType="TextBox"
  57.       dataType="Text"
  58.       customDialog="True"
  59.       dialogPath="/Dialogs/Project/project.html"
  60.       dialogParameters="Publishing"
  61.     />
  62.     <Property
  63.                         isVisible="False"
  64.       name="localServerURL"
  65.       caption="Server URL"
  66.       description="URL used to show live data pages."
  67.       controlType="TextBox"
  68.       dataType="Text"
  69.     />
  70.     <Property
  71.       name="securedServerURL"
  72.       caption="Secure Server URL"
  73.       description="Base SSL URL, used to access pages configured as SSL."
  74.       controlType="TextBox"
  75.       dataType="Text"
  76.     />
  77.     <Property
  78.                         isVisible="False"
  79.                         name="publishingType"
  80.       controlType="TextBox"
  81.       dataType="Text"
  82.                         required="True"
  83.                         default="Project"
  84.     />
  85.     <Property
  86.                         isVisible="False"
  87.       name="publishingAllMask"
  88.       controlType="TextBox"
  89.       dataType="Text"
  90.       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"
  91.     />
  92.     <Property
  93.                         isVisible="False"
  94.       name="publishingExceptMask"
  95.       controlType="TextBox"
  96.       dataType="Text"
  97.                         default="ccs;ccp"
  98.     />
  99.  
  100.                 <!-- FTP -->
  101.  
  102.     <Property
  103.                         isVisible="False"
  104.  
  105.                         name="FTPServer"
  106.       caption="FTP Server"
  107.       description="FTP Host name."
  108.       controlType="TextBox"
  109.       dataType="Text"
  110.     />
  111.     <Property
  112.                         isVisible="False"
  113.  
  114.                         name="FTPFolder"
  115.       caption="FTP Folder"
  116.       description="FTP Folder."
  117.       controlType="TextBox"
  118.       dataType="Text"
  119.     />
  120.     <Property
  121.                         isVisible="False"
  122.  
  123.       name="FTPLogin"
  124.       caption="FTP Login"
  125.       description="FTP Server Login."
  126.       controlType="TextBox"
  127.       dataType="Text"
  128.     />
  129.     <Property
  130.                         isVisible="False"
  131.  
  132.       name="FTPPassword"
  133.       caption="FTP Password"
  134.       description="FTP Server Password."
  135.       controlType="Password"
  136.       dataType="Text"
  137.     />
  138.     <Property
  139.                         isVisible="False"
  140.  
  141.       name="FTPServerURL"
  142.       caption="FTP Server URL"
  143.       description="URL used to show live data pages."
  144.       controlType="TextBox"
  145.       dataType="Text"
  146.     />
  147.     <Property
  148.                         isVisible="False"
  149.  
  150.       name="FTPPassiveMode"
  151.       caption="FTP Passive Mode"
  152.       description="Use Passive Mode if you are behind a Firewall?"
  153.       dataType="Boolean"
  154.       controlType="ComboBox"
  155.       listSource="BooleanValues"
  156.                         fromListOnly="True"
  157.       default="True"
  158.     />
  159.     <Property
  160.                         isVisible="False"
  161.  
  162.       name="FTPpublishingType"
  163.       controlType="TextBox"
  164.       dataType="Text"
  165.                         required="True"
  166.                         default="Project"
  167.     />
  168.     <Property
  169.                         isVisible="False"
  170.  
  171.                         name="FTPpublishingAllMask"
  172.       controlType="TextBox"
  173.       dataType="Text"
  174.       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"
  175.     />
  176.     <Property
  177.                         isVisible="False"
  178.  
  179.                         name="FTPpublishingExceptMask"
  180.       controlType="TextBox"
  181.       dataType="Text"
  182.                         default="ccs;ccp"
  183.     />
  184.     <Property
  185.       name="securityType"
  186.       caption="Security Type"
  187.       description="Values used to specify table or database for user authentication."
  188.       controlType="ComboBox"
  189.       dataType="Text"
  190.       listSource="securityTypeList"
  191.       fromListOnly="True"
  192.       default="None"
  193.       required="True"
  194.       customDialog="True"
  195.       dialogPath="/Dialogs/Project/project.html"
  196.       dialogParameters="Security"
  197.     />
  198.  
  199.                 
  200.                 <Property
  201.                         isVisible="False"
  202.  
  203.       name="loginPage"
  204.       caption="Login Page"
  205.       description="Page used for redirection in case of denied access."
  206.       dataType="Text"
  207.       controlType="TextBox"
  208.       customDialog="True"
  209.       dialogPath="/Dialogs/Page/SelectPage.html"
  210.     dialogParameters="loginPage"
  211.     />
  212.     <Property
  213.                         isVisible="False"
  214.  
  215.       name="urlType"
  216.       caption="Convert URL To"
  217.       description="Specify if the URL should be converted to different format."
  218.       controlType="ComboBox"
  219.       dataType="Text"
  220.       default="Absolute"
  221.       listSource="URLType"
  222.       fromListOnly="True"
  223.       required="True"
  224.     />
  225.     <Property
  226.                         isVisible="False"
  227.  
  228.                         name="userIDStoreMethod"
  229.       caption="User ID Stored As"
  230.       description="Method used to store user ID of logged in user."
  231.       controlType="ComboBox"
  232.       dataType="Text"
  233.       listSource="IDStoreMethodList"
  234.       fromListOnly="True"
  235.       default="Session"
  236.     />
  237.     <Property
  238.                         isVisible="False"
  239.  
  240.       name="securityConnection"
  241.       caption="Security Connection"
  242.       description="Name of the database connection used to access the user table."
  243.       controlType="ComboBox"
  244.       dataType="Text"
  245.       listSource="CCConnections"
  246.     />
  247.     <Property
  248.                         isVisible="False"
  249.  
  250.       name="usersTable"
  251.       caption="User Table"
  252.       description="Table with user information used for authentication."
  253.       controlType="TextBox"
  254.       dataType="Text"
  255.     />
  256.     <Property
  257.                         isVisible="False"
  258.  
  259.       name="userIDField"
  260.       caption="User ID Field"
  261.       description="Field containing the unique ID used to identify users."
  262.       controlType="TextBox"
  263.       dataType="Text"
  264.     />
  265.     <Property
  266.                         isVisible="False"
  267.  
  268.       name="userLoginField"
  269.       caption="User Login Field"
  270.       description="Field containing the user login names."
  271.       controlType="TextBox"
  272.       dataType="Text"
  273.     />
  274.     <Property
  275.                         isVisible="False"
  276.  
  277.       name="userPasswordField"
  278.       caption="User Password Field"
  279.       description="Field containing the user passwords."
  280.       controlType="TextBox"
  281.       dataType="Text"
  282.     />
  283.     <Property
  284.                         isVisible="False"
  285.  
  286.       name="userGroupField"
  287.       caption="Level/Group Field"
  288.       description="Field specifying the user group that the user belongs to."
  289.       controlType="TextBox"
  290.       dataType="Text"
  291.     />
  292.     <Property
  293.                         isVisible="False"
  294.  
  295.       name="userIDVariable"
  296.       caption="UserID variable"
  297.       description="Name of the variable used to contain the user ID of a logged in user."
  298.       controlType="TextBox"
  299.       dataType="Text"
  300.       default="UserID"
  301.     />
  302.     <Property
  303.                         isVisible="False"
  304.  
  305.       name="userLoginVariable"
  306.       caption="User Login variable"
  307.       description="Name of the variable used to contain the user login of a logged in user."
  308.       controlType="TextBox"
  309.       dataType="Text"
  310.       default="UserLogin"
  311.     />
  312.     <Property
  313.                         isVisible="False"
  314.  
  315.       name="userPasswordVariable"
  316.       caption="User Password variable"
  317.       description="Name of the variable used to contain the user password of a logged in user."
  318.       controlType="TextBox"
  319.       dataType="Text"
  320.       default=""
  321.     />
  322.     <Property
  323.                         isVisible="False"
  324.  
  325.       name="groupIDVariable"
  326.       caption="GroupID Variable"
  327.       description="Name of the variable used to contain the group ID of a logged in user."
  328.       controlType="TextBox"
  329.       dataType="Text"
  330.       default="GroupID"
  331.     />
  332.     <Property
  333.                         isVisible="False"
  334.  
  335.       name="cookieVariable"
  336.       caption="Cookie Variable"
  337.       description="Name of the variable used to contain the cookie information of a logged in user."
  338.       controlType="TextBox"
  339.       dataType="Text"
  340.       default="UserInfo"
  341.     />
  342.     <Property
  343.                         isVisible="False"
  344.  
  345.       name="higherLevel"
  346.       caption="Level Inclusion"
  347.       description="Higher level includes lower Levels?"
  348.       controlType="ComboBox"
  349.       listSource="BooleanValues"
  350.       fromListOnly="True"
  351.       dataType="Boolean"
  352.     />
  353.     <Property
  354.                         isVisible="False"
  355.  
  356.       name="automatedLogin"
  357.       dataType="Boolean"
  358.       default="False"
  359.     />
  360.     <Property
  361.       name="startPage"
  362.       caption="Home Page"
  363.       description="Specify the starting page for your project"
  364.       controlType="TextBox"
  365.       dataType="Text"
  366.       customDialog="True"
  367.       dialogPath="/Dialogs/Page/SelectPage.html"
  368.       dialogParameters="startPage"
  369.     />
  370.     <Property
  371.       name="culture"
  372.       caption="Culture"
  373.       description="Specifies the current culture of the project"
  374.       dataType="Text"
  375.       controlType="TextBox"
  376.       required="False"
  377.       isVisible="False"
  378.     />
  379.     <Property
  380.       name="useCCSCultureFormats"
  381.       caption="Use CCS Culture Formats"
  382.       dataType="Boolean"
  383.       description="Specifies if the CCS culture formats or default methods of a programming language are used."
  384.       controlType="ComboBox"
  385.       required="True"
  386.       listSource="BooleanValues"
  387.       fromListOnly="True"
  388.       default="True"
  389.       isVisible="False"
  390.     />
  391.     <Property
  392.       name="defaultDateFormat"
  393.       caption="Default Date Format"
  394.       dataType="Text"
  395.       description="Specifies the format pattern used to convert into the default date format."
  396.       controlType="ComboBox"
  397.       listSource="Format"
  398.       fromListOnly="False"
  399.       defaultFilter="Date"
  400.       required="False"
  401.       isVisible="False"
  402.     />
  403.     <Property
  404.       name="defaultLongTimeFormat"
  405.       caption="Default Long Time Format"
  406.       dataType="Text"
  407.       description="Specifies the format pattern used to convert into the long time format."
  408.       controlType="ComboBox"
  409.       listSource="Format"
  410.       fromListOnly="False"
  411.       defaultFilter="Date"
  412.       required="False"
  413.       isVisible="False"
  414.     />
  415.     <Property
  416.       name="defaultShortTimeFormat"
  417.       caption="Default Short Time Format"
  418.       dataType="Text"
  419.       description="Specifies the format pattern used to convert into the short time format."
  420.       controlType="ComboBox"
  421.       listSource="Format"
  422.       fromListOnly="False"
  423.       defaultFilter="Date"
  424.       required="False"
  425.       isVisible="False"
  426.     />
  427.     <Property
  428.       name="defaultFullDateFormat"
  429.       caption="Default Full Date Format"
  430.       dataType="Text"
  431.       description="Specifies the format pattern used to convert into the full date format."
  432.       controlType="ComboBox"
  433.       listSource="Format"
  434.       fromListOnly="False"
  435.       defaultFilter="Date"
  436.       required="False"
  437.       isVisible="False"
  438.     />
  439.     <Property
  440.       name="defaultLongDateFormat"
  441.       caption="Default Lond Date Format"
  442.       dataType="Text"
  443.       description="Specifies the format pattern used to convert into the long date format."
  444.       controlType="ComboBox"
  445.       listSource="Format"
  446.       fromListOnly="False"
  447.       defaultFilter="Date"
  448.       required="False"
  449.       isVisible="False"
  450.     />
  451.     <Property
  452.       name="defaultShortDateFormat"
  453.       caption="Default Short Date Format"
  454.       dataType="Text"
  455.       description="Specifies the format pattern used to convert into the short date format."
  456.       controlType="ComboBox"
  457.       listSource="Format"
  458.       fromListOnly="False"
  459.       defaultFilter="Date"
  460.       required="False"
  461.       isVisible="False"
  462.     />
  463.     <Property
  464.       name="defaultFloatFormat"
  465.       caption="Default Float Format"
  466.       dataType="Text"
  467.       description="Specifies the format pattern used to convert float numbers to string."
  468.       controlType="ComboBox"
  469.       listSource="Format"
  470.       fromListOnly="False"
  471.       defaultFilter="Float"
  472.       required="False"
  473.       isVisible="False"
  474.     />
  475.     <Property
  476.       name="defaultBooleanFormat"
  477.       caption="Default Boolean Format"
  478.       dataType="Text"
  479.       description="Specifies the format pattern used to convert boolean values into string."
  480.       controlType="ComboBox"
  481.       listSource="Format"
  482.       fromListOnly="False"
  483.       defaultFilter="Boolean"
  484.       required="False"
  485.       isVisible="False"
  486.     />
  487.     <Property
  488.       name="codeFileEncoding"
  489.       caption="File Encoding"
  490.       dataType="Text"
  491.       description=""
  492.       controlType="ComboBox"
  493.       fromListOnly="False"
  494.       required="False"
  495.       isVisible="False"
  496.     />
  497.     <Property
  498.       name="defaultHTMLEncoding"
  499.       caption="Default HTML Encoding"
  500.       dataType="Text"
  501.       description="Specify the name of the default HTML encoding/character set."
  502.       default=""
  503.       controlType="ComboBox"
  504.       fromListOnly="False"
  505.       listSource="HTMLCharsets"
  506.       required="True"
  507.       isVisible="False"
  508.     />
  509.   </Properties>
  510.   <Collections>
  511.     <Collection name="Connections" object="Connection"/>
  512.     <Collection name="Groups" object="Group" description="Security Groups">
  513.       <Properties>
  514.         <Property name="value" caption="Value" description="Value" dataType="Text" controlType="TextBox"/>
  515.         <Property name="name" caption="Name" description="Name of the Group" dataType="Text" controlType="TextBox"/>
  516.       </Properties>
  517.     </Collection>
  518.     <Collection name="CodeFiles" object="CodeFile" description="Code Files">
  519.       <Properties>
  520.         <Property name="name" caption="Name"/>
  521.         <Property name="language" caption="Language"/>
  522.         <Property name="path" caption="Path"/>
  523.         <Property name="forShow" caption="forShow" default="False" dataType="Boolean"/>
  524.       </Properties>
  525.     </Collection>
  526.   </Collections>
  527.   <Lists>
  528.     <List name="AutoUpdatableConnection">
  529.       <Item name="connection" value=""/>
  530.       <Item name="securityConnection" value=""/>
  531.     </List>
  532.   </Lists>
  533. </Component>
  534.