home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.CHNGPROP.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  8.9 KB  |  273 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         
  6.         <title>Change Property</title>
  7.         <meta http-equiv="msthemecompatible" content="yes">
  8.         <meta name="DHTMLScriptName" content="&Change Property">
  9.         
  10.         <meta name="DialogResizable" content="true">
  11.         <meta name="DialogSize" content="425,400">
  12.         
  13.         <style> 
  14.             button { width: 8em; }                    
  15.             table { border: none; border-collapse: collapse }                    
  16.         </style>
  17.         <script type="text/JavaScript">
  18.             var L_strPropertiesCol1_TopicTitle        = "Property Name";
  19.             var L_strPropertiesCol2_TopicTitle        = "Property Value";
  20.             var L_strNoElements_Text                = "(No Elements)";
  21.             var L_strNoID_Text                        = "(No ID: One will be generated)";
  22.             var L_nInsertDialogWidth_Number            = 425;
  23.             var L_nInsertDialogHeight_Number        = 250;
  24.             var L_NoSelection_ErrorMessage            = "You must select a target element and assign properties to continue.";
  25.             var L_OkFailed_ErrorMessage                = "You must select a target element and assign properties to continue.";
  26.             var L_strSelectedNotFound_ErrorMessage    = "The previous target element was not found.";
  27.         </script>
  28.         <script src="FPLib.js" type="text/JavaScript"></script>
  29.         <script src="DOM.js" type="text/JavaScript"></script>
  30.         <script src="Strings.js" type="text/JavaScript"></script>
  31.         <script src="GetObj.js" type="text/JavaScript"></script>
  32.         <script src="ChngProp.js" type="text/JavaScript"></script>
  33.     </head>
  34.     <body onload="initializeForm()">
  35.         <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
  36.             <object id="object1" classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331" viewastext>
  37.                 <param name="LPKPath" value="license.lpk">
  38.             </object>
  39.             <table height="100%" width="100%">
  40.                 <tr>
  41.                     <td width="100%">
  42.                         <table>
  43.                             <tr>
  44.                                 <td>
  45.                                     <input id="radCurrentElement" onclick="onClickElementGroup()" tabIndex="1" type="radio" CHECKED value="1" name="ElementGroup">
  46.                                 </td>
  47.                                 <td nowrap>
  48.                                     <label accesskey="c" for="radCurrentElement">
  49.                                     
  50.                                     
  51.                                         <u>C</u>urrent Element 
  52.                                     </label>
  53.                                 </td>
  54.                                 <td>
  55.                                      
  56.                                 </td>
  57.                             </tr>
  58.                             <tr>
  59.                                 <td>
  60.                                     <input id="radSelectElement" onclick="onClickElementGroup()" tabIndex="2" type="radio" value="2" name="ElementGroup">
  61.                                 </td>
  62.                                 <td nowrap>
  63.                                     <label accessKey="s" for="radSelectElement">
  64.                                     
  65.                                     
  66.                                         <u>S</u>elect Element </label>
  67.                                 </td>
  68.                                 <td>
  69.                                      
  70.                                 </td>
  71.                             </tr>
  72.                             <tr>
  73.                                 <td>
  74.                                      
  75.                                 </td>
  76.                                 <td nowrap>
  77.                                     <label accessKey="t" for="ddTagType">
  78.                                     
  79.                                     
  80.                                         Element <u>T</u>ype 
  81.                                     </label>
  82.                                 </td>
  83.                                 <td width="100%">
  84.                                     <select id="ddTagType" style="WIDTH: 100%" tabIndex="3" onchange="onTagTypeChange()" name="ddSelectedTagType">
  85.                                         <!-- elements filled in programmatically -->
  86.                                     </select>
  87.                                 </td>
  88.                             </tr>
  89.                             <tr>
  90.                                 <td>
  91.                                      
  92.                                 </td>
  93.                                 <td nowrap>
  94.                                     <label accessKey="i" for="ddTagID">
  95.                                     
  96.                                     
  97.                                         Element <u>I</u>D 
  98.                                     </label>
  99.                                 </td>
  100.                                 <td width="100%">
  101.                                     <select id="ddTagID" style="WIDTH: 100%" tabIndex="4" onchange="onTagIDChange()" name="ddTagID">
  102.                                         <!-- elements filled in programmatically -->
  103.                                     </select>
  104.                                 </td>
  105.                             </tr>
  106.                         </table>
  107.                     </td>
  108.                 </tr>
  109.                 <tr>
  110.                     <td width="100%" height="100%">
  111.                         <table height="100%" width="100%">
  112.                             <tr>
  113.                                 <td height="100%" width="100%">
  114.                                     <object classid="clsid:BDD1F04B-858B-11D1-B16A-00C0F0283628" height="100%" id="lvProperties" tabIndex="5"  width="100%" VIEWASTEXT>
  115.                                         <PARAM NAME="_ExtentX" VALUE="13018">
  116.                                         <PARAM NAME="_ExtentY" VALUE="8520">
  117.                                         <PARAM NAME="SortKey" VALUE="0">
  118.                                         <PARAM NAME="View" VALUE="3">
  119.                                         <PARAM NAME="Arrange" VALUE="0">
  120.                                         <PARAM NAME="LabelEdit" VALUE="1">
  121.                                         <PARAM NAME="SortOrder" VALUE="0">
  122.                                         <PARAM NAME="Sorted" VALUE="-1">
  123.                                         <PARAM NAME="MultiSelect" VALUE="0">
  124.                                         <PARAM NAME="LabelWrap" VALUE="-1">
  125.                                         <PARAM NAME="HideSelection" VALUE="0">
  126.                                         <PARAM NAME="HideColumnHeaders" VALUE="0">
  127.                                         <PARAM NAME="OLEDragMode" VALUE="0">
  128.                                         <PARAM NAME="OLEDropMode" VALUE="0">
  129.                                         <PARAM NAME="AllowReorder" VALUE="0">
  130.                                         <PARAM NAME="Checkboxes" VALUE="0">
  131.                                         <PARAM NAME="FlatScrollBar" VALUE="0">
  132.                                         <param name="FullRowSelect" value="1">
  133.                                         <PARAM NAME="GridLines" VALUE="0">
  134.                                         <PARAM NAME="HotTracking" VALUE="0">
  135.                                         <PARAM NAME="HoverSelection" VALUE="0">
  136.                                         <PARAM NAME="PictureAlignment" VALUE="0">
  137.                                         <PARAM NAME="TextBackground" VALUE="0">
  138.                                         <PARAM NAME="_Version" VALUE="393217">
  139.                                         <PARAM NAME="ForeColor" VALUE="-2147483640">
  140.                                         <PARAM NAME="BackColor" VALUE="-2147483643">
  141.                                         <PARAM NAME="BorderStyle" VALUE="1">
  142.                                         <PARAM NAME="Appearance" VALUE="1">
  143.                                         <PARAM NAME="MousePointer" VALUE="0">
  144.                                         <PARAM NAME="Enabled" VALUE="1">
  145.                                         <PARAM NAME="NumItems" VALUE="0">
  146.                                         <param name="OLEDragMode" value="0">
  147.                                         <param name="OLEDropMode" value="0">
  148.                                     </object>
  149.                                 </td>
  150.                                 <td>
  151.                                     <table height="100%">
  152.                                         <tr>
  153.                                             <td valign="top">
  154.                                                 <table>
  155.                                                     <tr>
  156.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  157.                                                             <button id="btnFont" accessKey="f" onclick="onFont()" tabIndex="6" type="button">
  158.                                                                                                                             
  159.                                                             
  160.                                                                 <u>F</u>ont...
  161.                                                             </button>
  162.                                                         </td>
  163.                                                     </tr>
  164.                                                     <tr>
  165.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  166.                                                             <button id="btnPosition" accessKey="p" onclick="onPosition()" tabIndex="7" type="button">
  167.                                                                                                                             
  168.                                                             
  169.                                                                 <u>P</u>osition...
  170.                                                             </button>
  171.                                                         </td>
  172.                                                     </tr>
  173.                                                     <tr>
  174.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  175.                                                             <button id="btnBorders" accessKey="b" onclick="onBorders()" tabIndex="8" type="button">
  176.                                                                                                                             
  177.                                                             
  178.                                                                 <u>B</u>orders...
  179.                                                             </button>
  180.                                                         </td>
  181.                                                     </tr>
  182.                                                     <tr>
  183.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  184.                                                             <button id="btnVisibility" accessKey="v" onclick="onVisibility()" tabIndex="9" type="button">
  185.                                                                                                                             
  186.                                                             
  187.                                                                 <u>V</u>isibility...
  188.                                                             </button>
  189.                                                         </td>
  190.                                                     </tr>
  191.                                                 </table>
  192.                                             </td>
  193.                                         </tr>
  194.                                         <tr>
  195.                                             <td valign="bottom">
  196.                                                 <table>
  197.                                                     <tr>
  198.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  199.                                                             <button id="btnInsert" accessKey="a" onclick="onInsert()" tabIndex="10" type="button">
  200.                                                                                                                             
  201.                                                             
  202.                                                                 <u>A</u>dd...
  203.                                                             </button>
  204.                                                         </td>
  205.                                                     </tr>
  206.                                                     <tr>
  207.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  208.                                                             <button id="btnEdit" accessKey="m" onclick="onEdit()" tabIndex="11" type="button">
  209.                                                                                                                             
  210.                                                             
  211.                                                                 <u>M</u>odify...
  212.                                                             </button>
  213.                                                         </td>
  214.                                                     </tr>
  215.                                                     <tr>
  216.                                                         <td style="padding-top: 0.5ex; padding-bottom: 0.5ex;">
  217.                                                             <button id="btnDelete" accessKey="r" onclick="onDelete()" tabIndex="12" type="button">
  218.                                                                                                                             
  219.                                                             
  220.                                                                 <u>R</u>emove
  221.                                                             </button>
  222.                                                         </td>
  223.                                                     </tr>
  224.                                                 </table>
  225.                                             </td>
  226.                                         </tr>
  227.                                     </table>
  228.                                 </td>
  229.                             </tr>
  230.                         </table>
  231.                     </td>
  232.                 </tr>
  233.                 <tr>
  234.                     <td>
  235.                         <hr>
  236.                     </td>
  237.                 </tr>
  238.                 <tr>
  239.                     <td>
  240.                         <table>
  241.                             <tr>
  242.                                 <td width="100%" nowrap>
  243.                                     <input tabindex="13" type="checkbox" name="chkRestore" value="OFF" id="chkRestore">
  244.                                     <label for="chkRestore" accesskey="e">    
  245.                                     
  246.                                                                             
  247.                                          R<u>e</u>store on mouseout event
  248.                                     </label>
  249.                                 </td>
  250.                                 <td>
  251.                                     <button id="btnOk" tabIndex="14" type="submit">
  252.                                         
  253.                                         OK
  254.                                     </button>
  255.                                 </td>
  256.                                 <td>
  257.                                      
  258.                                 </td>
  259.                                 <td>
  260.                                     <button id="btnCancel" onclick="onCancel()" tabindex="15" type="button">
  261.                                         
  262.                                         Cancel
  263.                                     </button>
  264.                                 </td>
  265.                             </tr>
  266.                         </table>
  267.                     </td>
  268.                 </tr>
  269.             </table>
  270.         </form>
  271.     </body>
  272. </html>
  273.