asset manager initial check in
This commit is contained in:
parent
4bc4974ecc
commit
f7dd3b0577
320 changed files with 15398 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: count Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>count Property</h1><div class="details"><p>Sets or retrieves the number of columns in the grid.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("count");</i></p><p>or</p><p><i>obj.setColumnProperty("count", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: image Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>image Property Array</h1><div class="details"><p>Allows to specify the image to display in the column headers.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("image", index);</i><br /> <i>var array = obj.getColumnProperty("images");</i></p><p>or</p><p><i>obj.setColumnProperty("image", value, index);</i><br /> <i>obj.setColumnProperty("images", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: index Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>index Property</h1><div class="details"><p>Retrieves the column index.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("index");</i></p><p>or</p><p><i>obj.setColumnProperty("index", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: column Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>column Model</h1><div class="details"><p>Specifies the column indices and the column headers data.
|
||||
Defines which data items should be displayed in each column.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getColumnModel();</i></p><p>or</p><p><i>obj.setColumnModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="columncount.htm">count</a></td><td>Sets or retrieves the number of columns in the grid.</td></tr><tr><td class="name"><a href="columnindex.htm">index</a></td><td>Retrieves the column index.</td></tr><tr><td class="name"><a href="columnorder.htm">order</a></td><td>Retrieves the display order for the column.</td></tr><tr><td class="name"><a href="columntext.htm">text<span title="Property array"> [ ]</span></a></td><td>Allows to specify the text for the column headers.</td></tr><tr><td class="name"><a href="columnimage.htm">image<span title="Property array"> [ ]</span></a></td><td>Allows to specify the image to display in the column headers.</td></tr><tr><td class="name"><a href="columnvalue.htm">value<span title="Property array"> [ ]</span></a></td><td>Sets or retrieves the column index or the array of indexes.</td></tr><tr><td class="name"><a href="columntooltip.htm">tooltip<span title="Property array"> [ ]</span></a></td><td>Allows to specify the tooltips text for the column headers.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: order Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>order Property</h1><div class="details"><p>Retrieves the display order for the column.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("order");</i></p><p>or</p><p><i>obj.setColumnProperty("order", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: column Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>column Template</h1><div class="details"><p>Grid column (cell) template.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getColumnTemplate();</i></p><p>or</p><p><i>obj.setColumnTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.text/index.htm">Active.Templates.Text</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: text Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>text Property Array</h1><div class="details"><p>Allows to specify the text for the column headers.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("text", index);</i><br /> <i>var array = obj.getColumnProperty("texts");</i></p><p>or</p><p><i>obj.setColumnProperty("text", value, index);</i><br /> <i>obj.setColumnProperty("texts", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: tooltip Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>tooltip Property Array</h1><div class="details"><p>Allows to specify the tooltips text for the column headers.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("tooltip", index);</i><br /> <i>var array = obj.getColumnProperty("tooltips");</i></p><p>or</p><p><i>obj.setColumnProperty("tooltip", value, index);</i><br /> <i>obj.setColumnProperty("tooltips", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: value Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>value Property Array</h1><div class="details"><p>Sets or retrieves the column index or the array of indexes.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getColumnProperty("value", index);</i><br /> <i>var array = obj.getColumnProperty("values");</i></p><p>or</p><p><i>obj.setColumnProperty("value", value, index);</i><br /> <i>obj.setColumnProperty("values", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="columnmodel.htm">column Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: count Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>count Property</h1><div class="details"><p>Sets or retrieves the number of data items (rows).</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("count");</i></p><p>or</p><p><i>obj.setDataProperty("count", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: image Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>image Property</h1><div class="details"><p>Allows to specify the image to display in the grid cells.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("image");</i></p><p>or</p><p><i>obj.setDataProperty("image", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: index Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>index Property</h1><div class="details"><p>Retrieves the data item index (row).</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("index");</i></p><p>or</p><p><i>obj.setDataProperty("index", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: link Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>link Property</h1><div class="details"><p>Allows to specify the link URL for a cell.
|
||||
Use Active.Templates.Link as a column template.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("link");</i></p><p>or</p><p><i>obj.setDataProperty("link", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: data Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>data Model</h1><div class="details"><p>Provides the content to display inside the grid cells.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getDataModel();</i></p><p>or</p><p><i>obj.setDataModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="datacount.htm">count</a></td><td>Sets or retrieves the number of data items (rows).</td></tr><tr><td class="name"><a href="dataindex.htm">index</a></td><td>Retrieves the data item index (row).</td></tr><tr><td class="name"><a href="datatext.htm">text</a></td><td>Allows to specify the text for the grid cells.</td></tr><tr><td class="name"><a href="dataimage.htm">image</a></td><td>Allows to specify the image to display in the grid cells.</td></tr><tr><td class="name"><a href="datalink.htm">link</a></td><td>Allows to specify the link URL for a cell.</td></tr><tr><td class="name"><a href="datavalue.htm">value</a></td><td>Provides the value to be used for sorting the data.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: data Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>data Template</h1><div class="details"><p>Contains the list of data rows.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getDataTemplate();</i></p><p>or</p><p><i>obj.setDataTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.list/index.htm">Active.Templates.List</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: text Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>text Property</h1><div class="details"><p>Allows to specify the text for the grid cells.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("text");</i></p><p>or</p><p><i>obj.setDataProperty("text", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: value Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>value Property</h1><div class="details"><p>Provides the value to be used for sorting the data.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getDataProperty("value");</i></p><p>or</p><p><i>obj.setDataProperty("value", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="datamodel.htm">data Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: code Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>code Property</h1><div class="details"><p>Provides error code.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getErrorProperty("code");</i></p><p>or</p><p><i>obj.setErrorProperty("code", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="errormodel.htm">error Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: error Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>error Model</h1><div class="details"><p>Provides error information.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getErrorModel();</i></p><p>or</p><p><i>obj.setErrorModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="errorcode.htm">code</a></td><td>Provides error code.</td></tr><tr><td class="name"><a href="errortext.htm">text</a></td><td>Provides error text.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: error Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>error Template</h1><div class="details"><p>Displays error text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getErrorTemplate();</i></p><p>or</p><p><i>obj.setErrorTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.error/index.htm">Active.Templates.Error</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: text Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>text Property</h1><div class="details"><p>Provides error text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getErrorProperty("text");</i></p><p>or</p><p><i>obj.setErrorProperty("text", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="errormodel.htm">error Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.Controls.Grid</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.Controls.Grid</h1><p>Scrollable grid control. Displays data in a table with fixed
|
||||
headers, resizable columns, client-side sorting and much more.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.Controls.Grid;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.template/index.htm">Active.System.Template</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.control/index.htm">Active.System.Control</a>
|
||||
<div style='padding-left:20px'><a href="../active.controls.grid/index.htm">Active.Controls.Grid</a>
|
||||
<div style='padding-left:20px'></div></div></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><h2>Data Models</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="rowmodel.htm">row</a></td><td>Specifies the row indices and the row headers data.</td></tr>
|
||||
<tr><td class="name"><a href="columnmodel.htm">column</a></td><td>Specifies the column indices and the column headers data.</td></tr>
|
||||
<tr><td class="name"><a href="datamodel.htm">data</a></td><td>Provides the content to display inside the grid cells.</td></tr>
|
||||
<tr><td class="name"><a href="selectionmodel.htm">selection</a></td><td>Controls the row/column/cell selection.</td></tr>
|
||||
<tr><td class="name"><a href="sortmodel.htm">sort</a></td><td>Controls sorting of the grid rows.</td></tr>
|
||||
<tr><td class="name"><a href="statusmodel.htm">status</a></td><td>Provides control status.</td></tr>
|
||||
<tr><td class="name"><a href="errormodel.htm">error</a></td><td>Provides error information.</td></tr>
|
||||
</table></p>
|
||||
<h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="setcolumnheaderheight.htm">setColumnHeaderHeight</a></td><td>Allows to specify the height of the column headers.</td></tr>
|
||||
<tr><td class="name"><a href="setrowheaderwidth.htm">setRowHeaderWidth</a></td><td>Allows to specify the width of the row headers.</td></tr>
|
||||
<tr><td class="name"><a href="sort.htm">sort</a></td><td>Sorts the rows with the data in the given column.</td></tr>
|
||||
</table></p>
|
||||
<h2>Content Templates</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="layouttemplate.htm">layout</a></td><td>Splits the grid display into the four scrolling areas.</td></tr>
|
||||
<tr><td class="name"><a href="maintemplate.htm">main</a></td><td>Contains the main area of the grid.</td></tr>
|
||||
<tr><td class="name"><a href="datatemplate.htm">data</a></td><td>Contains the list of data rows.</td></tr>
|
||||
<tr><td class="name"><a href="lefttemplate.htm">left</a></td><td>Contains the row headings area.</td></tr>
|
||||
<tr><td class="name"><a href="toptemplate.htm">top</a></td><td>Contains the column headings area.</td></tr>
|
||||
<tr><td class="name"><a href="statustemplate.htm">status</a></td><td>Displays control status text.</td></tr>
|
||||
<tr><td class="name"><a href="errortemplate.htm">error</a></td><td>Displays error text.</td></tr>
|
||||
<tr><td class="name"><a href="rowtemplate.htm">row</a></td><td>Grid row template.</td></tr>
|
||||
<tr><td class="name"><a href="columntemplate.htm">column</a></td><td>Grid column (cell) template.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: layout Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>layout Template</h1><div class="details"><p>Splits the grid display into the four scrolling areas.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getLayoutTemplate();</i></p><p>or</p><p><i>obj.setLayoutTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.scroll/index.htm">Active.Templates.Scroll</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: left Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>left Template</h1><div class="details"><p>Contains the row headings area.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getLeftTemplate();</i></p><p>or</p><p><i>obj.setLeftTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.list/index.htm">Active.Templates.List</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: main Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>main Template</h1><div class="details"><p>Contains the main area of the grid.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getMainTemplate();</i></p><p>or</p><p><i>obj.setMainTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.status/index.htm">Active.Templates.Status</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: count Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>count Property</h1><div class="details"><p>Sets or retrieves the number of rows in the grid.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("count");</i></p><p>or</p><p><i>obj.setRowProperty("count", value);</i></p><h2>Remarks</h2><p>Setting row count will re-initialize row values array to 0..count-1</p>
|
||||
<h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: image Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>image Property Array</h1><div class="details"><p>Allows to specify the image to display in the row headers.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("image", index);</i><br /> <i>var array = obj.getRowProperty("images");</i></p><p>or</p><p><i>obj.setRowProperty("image", value, index);</i><br /> <i>obj.setRowProperty("images", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: index Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>index Property</h1><div class="details"><p>Retrieves the row index.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("index");</i></p><p>or</p><p><i>obj.setRowProperty("index", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: row Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>row Model</h1><div class="details"><p>Specifies the row indices and the row headers data.
|
||||
It defines which data rows and in which order should be requested
|
||||
from the data model for the grid display.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getRowModel();</i></p><p>or</p><p><i>obj.setRowModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="rowcount.htm">count</a></td><td>Sets or retrieves the number of rows in the grid.</td></tr><tr><td class="name"><a href="rowindex.htm">index</a></td><td>Retrieves the row index.</td></tr><tr><td class="name"><a href="roworder.htm">order</a></td><td>Retrieves the display order for the row.</td></tr><tr><td class="name"><a href="rowtext.htm">text<span title="Property array"> [ ]</span></a></td><td>Allows to specify the text for the row headers.</td></tr><tr><td class="name"><a href="rowimage.htm">image<span title="Property array"> [ ]</span></a></td><td>Allows to specify the image to display in the row headers.</td></tr><tr><td class="name"><a href="rowvalue.htm">value<span title="Property array"> [ ]</span></a></td><td>Sets or retrieves the row index or the array of indexes.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: order Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>order Property</h1><div class="details"><p>Retrieves the display order for the row.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("order");</i></p><p>or</p><p><i>obj.setRowProperty("order", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: row Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>row Template</h1><div class="details"><p>Grid row template.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getRowTemplate();</i></p><p>or</p><p><i>obj.setRowTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.row/index.htm">Active.Templates.Row</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: text Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>text Property Array</h1><div class="details"><p>Allows to specify the text for the row headers.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("text", index);</i><br /> <i>var array = obj.getRowProperty("texts");</i></p><p>or</p><p><i>obj.setRowProperty("text", value, index);</i><br /> <i>obj.setRowProperty("texts", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: value Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>value Property Array</h1><div class="details"><p>Sets or retrieves the row index or the array of indexes.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRowProperty("value", index);</i><br /> <i>var array = obj.getRowProperty("values");</i></p><p>or</p><p><i>obj.setRowProperty("value", value, index);</i><br /> <i>obj.setRowProperty("values", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="rowmodel.htm">row Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: count Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>count Property</h1><div class="details"><p>Provides the number of selected items.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSelectionProperty("count");</i></p><p>or</p><p><i>obj.setSelectionProperty("count", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="selectionmodel.htm">selection Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: index Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>index Property</h1><div class="details"><p>Sets or retrieves the active cell index.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSelectionProperty("index");</i></p><p>or</p><p><i>obj.setSelectionProperty("index", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="selectionmodel.htm">selection Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: selection Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>selection Model</h1><div class="details"><p>Controls the row/column/cell selection.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getSelectionModel();</i></p><p>or</p><p><i>obj.setSelectionModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="selectionindex.htm">index</a></td><td>Sets or retrieves the active cell index.</td></tr><tr><td class="name"><a href="selectionmultiple.htm">multiple</a></td><td>Specifies if multiple selection is allowed.</td></tr><tr><td class="name"><a href="selectioncount.htm">count</a></td><td>Provides the number of selected items.</td></tr><tr><td class="name"><a href="selectionvalue.htm">value<span title="Property array"> [ ]</span></a></td><td>Provides the array of the selected item indices.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: multiple Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>multiple Property</h1><div class="details"><p>Specifies if multiple selection is allowed.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSelectionProperty("multiple");</i></p><p>or</p><p><i>obj.setSelectionProperty("multiple", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="selectionmodel.htm">selection Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: value Property Array</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>value Property Array</h1><div class="details"><p>Provides the array of the selected item indices.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSelectionProperty("value", index);</i><br /> <i>var array = obj.getSelectionProperty("values");</i></p><p>or</p><p><i>obj.setSelectionProperty("value", value, index);</i><br /> <i>obj.setSelectionProperty("values", array);</i></p><h2>See Also</h2><p><a href="../active.system.control/definepropertyarray.htm">definePropertyArray Method</a></p><h2>Applies To</h2><p><a href="selectionmodel.htm">selection Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setColumnHeaderHeight Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setColumnHeaderHeight Method</h1><div class="details"><p>Allows to specify the height of the column headers.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setColumnHeaderHeight(height);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">height</td><td class="type">Number</td><td>The new height value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setRowHeaderWidth Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setRowHeaderWidth Method</h1><div class="details"><p>Allows to specify the width of the row headers.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setRowHeaderWidth(width);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">width</td><td class="type">Number</td><td>The new width value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: sort Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>sort Method</h1><div class="details"><p>Sorts the rows with the data in the given column.</p>
|
||||
<h2>Syntax</h2><p><i>obj.sort(index, direction);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">index</td><td class="type">Number</td><td>Column index to sort on.</td></tr><tr><td class="name">direction</td><td class="type">String</td><td>Sort direction ("ascending" or "descending").</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: direction Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>direction Property</h1><div class="details"><p>Specifies the sort direction.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSortProperty("direction");</i></p><p>or</p><p><i>obj.setSortProperty("direction", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="sortmodel.htm">sort Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: index Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>index Property</h1><div class="details"><p>Specifies the index of a column to sort data on.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getSortProperty("index");</i></p><p>or</p><p><i>obj.setSortProperty("index", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="sortmodel.htm">sort Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: sort Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>sort Model</h1><div class="details"><p>Controls sorting of the grid rows.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getSortModel();</i></p><p>or</p><p><i>obj.setSortModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="sortindex.htm">index</a></td><td>Specifies the index of a column to sort data on.</td></tr><tr><td class="name"><a href="sortdirection.htm">direction</a></td><td>Specifies the sort direction.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: code Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>code Property</h1><div class="details"><p>Provides status code.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getStatusProperty("code");</i></p><p>or</p><p><i>obj.setStatusProperty("code", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="statusmodel.htm">status Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: image Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>image Property</h1><div class="details"><p>Provides status image.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getStatusProperty("image");</i></p><p>or</p><p><i>obj.setStatusProperty("image", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="statusmodel.htm">status Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: status Model</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>status Model</h1><div class="details"><p>Provides control status.</p>
|
||||
</div><h2>Syntax</h2><p><i>var model = obj.getStatusModel();</i></p><p>or</p><p><i>obj.setStatusModel(model);</i></p><h2>Properties</h2><p><table class="summary"><tr><td class="name"><a href="statuscode.htm">code</a></td><td>Provides status code.</td></tr><tr><td class="name"><a href="statustext.htm">text</a></td><td>Provides status text.</td></tr><tr><td class="name"><a href="statusimage.htm">image</a></td><td>Provides status image.</td></tr></table></p><h2>See Also</h2><p><a href="../active.system.control/definemodel.htm">defineModel Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: status Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>status Template</h1><div class="details"><p>Displays control status text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getStatusTemplate();</i></p><p>or</p><p><i>obj.setStatusTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.status/index.htm">Active.Templates.Status</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: text Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>text Property</h1><div class="details"><p>Provides status text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getStatusProperty("text");</i></p><p>or</p><p><i>obj.setStatusProperty("text", value);</i></p><h2>See Also</h2><p><a href="../active.system.control/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="statusmodel.htm">status Model</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: top Template</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>top Template</h1><div class="details"><p>Contains the column headings area.</p>
|
||||
</div><h2>Syntax</h2><p><i>var template = obj.getTopTemplate();</i></p><p>or</p><p><i>obj.setTopTemplate(template);</i></p><h2>Implemented By</h2><p><a href="../active.templates.list/index.htm">Active.Templates.List</a></p><h2>See Also</h2><p><a href="../active.system.template/definetemplate.htm">defineTemplate Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.Controls.Grid</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.Formats.Date</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.Formats.Date</h1><p>Date formatting class.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.Formats.Date;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.format/index.htm">Active.System.Format</a>
|
||||
<div style='padding-left:20px'><a href="../active.formats.date/index.htm">Active.Formats.Date</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><span title="This part of the documentation is not yet available">dataToValue</span></td><td></td></tr>
|
||||
<tr><td class="name"><a href="setdataformat.htm">setDataFormat</a></td><td>Allows to specify the wire format for data input.</td></tr>
|
||||
<tr><td class="name"><a href="setdatatimezone.htm">setDataTimezone</a></td><td>Allows to specify the timezone used for the data input.</td></tr>
|
||||
<tr><td class="name"><a href="settextformat.htm">setTextFormat</a></td><td>Allows to specify the format for the text output.</td></tr>
|
||||
<tr><td class="name"><a href="settexttimezone.htm">setTextTimezone</a></td><td>Allows to specify the timezone used for the text output.</td></tr>
|
||||
<tr><td class="name"><span title="This part of the documentation is not yet available">valueToText</span></td><td></td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setDataFormat Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setDataFormat Method</h1><div class="details"><p>Allows to specify the wire format for data input.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setDataFormat(format);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">format</td><td class="type">String</td><td>Format pattern.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Formats.Date</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setDataTimezone Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setDataTimezone Method</h1><div class="details"><p>Allows to specify the timezone used for the data input.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setDataTimezone(value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">value</td><td class="type">Number</td><td>Timezone offset.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Formats.Date</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setTextFormat Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setTextFormat Method</h1><div class="details"><p>Allows to specify the format for the text output.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setTextFormat(format);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">format</td><td class="type">String</td><td>Format pattern.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Formats.Date</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setTextTimezone Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setTextTimezone Method</h1><div class="details"><p>Allows to specify the timezone used for the text output.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setTextTimezone(value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">value</td><td class="type">Number</td><td>Timezone offset.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Formats.Date</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: dataToValue Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>dataToValue Method</h1><div class="details"><p>Transforms the wire data into the numeric value.</p>
|
||||
<h2>Syntax</h2><p><i>obj.dataToValue(data);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">data</td><td class="type">String</td><td>Wire data.</td></tr></table></p><h2>Returns</h2><p>Numeric value.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.Formats.Number</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.Formats.Number</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.Formats.Number</h1><p>Number formatting class.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.Formats.Number;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.format/index.htm">Active.System.Format</a>
|
||||
<div style='padding-left:20px'><a href="../active.formats.number/index.htm">Active.Formats.Number</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="datatovalue.htm">dataToValue</a></td><td>Transforms the wire data into the numeric value.</td></tr>
|
||||
<tr><td class="name"><a href="settextformat.htm">setTextFormat</a></td><td>Allows to specify the format for the text output.</td></tr>
|
||||
<tr><td class="name"><span title="This part of the documentation is not yet available">valueToText</span></td><td></td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setTextFormat Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setTextFormat Method</h1><div class="details"><p>Allows to specify the format for the text output.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setTextFormat(format);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">format</td><td class="type">String</td><td>Format pattern.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.Formats.Number</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: dataToText Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>dataToText Method</h1><div class="details"><p>Transforms the wire data into the readable text.</p>
|
||||
<h2>Syntax</h2><p><i>obj.dataToText(data);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">data</td><td class="type">String</td><td>Wire data.</td></tr></table></p><h2>Returns</h2><p>Readable text.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.Formats.String</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.Formats.String</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.Formats.String</h1><p>String data format.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.Formats.String;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.format/index.htm">Active.System.Format</a>
|
||||
<div style='padding-left:20px'><a href="../active.formats.string/index.htm">Active.Formats.String</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="datatotext.htm">dataToText</a></td><td>Transforms the wire data into the readable text.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.BUTTON</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.BUTTON</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.BUTTON;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.button/index.htm">Active.HTML.BUTTON</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.DIV</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.DIV</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.DIV;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.div/index.htm">Active.HTML.DIV</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.IMG</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.IMG</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.IMG;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.img/index.htm">Active.HTML.IMG</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.INPUT</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.INPUT</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.INPUT;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.input/index.htm">Active.HTML.INPUT</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.SPAN</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.SPAN</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.SPAN;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.span/index.htm">Active.HTML.SPAN</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.TABLE</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.TABLE</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.TABLE;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.table/index.htm">Active.HTML.TABLE</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.TD</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.TD</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.TD;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.td/index.htm">Active.HTML.TD</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.TEXTAREA</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.TEXTAREA</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.TEXTAREA;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.textarea/index.htm">Active.HTML.TEXTAREA</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTML.TR</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTML.TR</h1><p></p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTML.TR;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.html.tr/index.htm">Active.HTML.TR</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'></td></tr></table><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: async Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>async Property</h1><div class="details"><p>Indicates whether asynchronous download is permitted.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getAsync();</i></p><p>or</p><p><i>obj.setAsync(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getResponseHeader Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getResponseHeader Method</h1><div class="details"><p>Returns HTTP response header (for example "Content-Type").</p>
|
||||
<h2>Syntax</h2><p><i>obj.getResponseHeader();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTTP.Request</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTTP.Request</h1><p>Generic HTTP request class.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTTP.Request;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.model/index.htm">Active.System.Model</a>
|
||||
<div style='padding-left:20px'><a href="../active.http.request/index.htm">Active.HTTP.Request</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'><div style='padding-left:50px'><i>Derived Classes:</i><br /><a href="../active.text.table/index.htm">Active.Text.Table</a><br />
|
||||
<a href="../active.xml.table/index.htm">Active.XML.Table</a><br />
|
||||
</div>
|
||||
</td></tr></table><h2>Public Properties</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="url.htm">URL</a></td><td>Sets or retrieves the remote data URL.</td></tr>
|
||||
<tr><td class="name"><a href="async.htm">async</a></td><td>Indicates whether asynchronous download is permitted.</td></tr>
|
||||
<tr><td class="name"><a href="requestmethod.htm">requestMethod</a></td><td>Specifies HTTP request method.</td></tr>
|
||||
<tr><td class="name"><a href="requestdata.htm">requestData</a></td><td>Allows to send data with the request.</td></tr>
|
||||
<tr><td class="name"><a href="responsetext.htm">responseText</a></td><td>Returns response text.</td></tr>
|
||||
<tr><td class="name"><a href="responsexml.htm">responseXML</a></td><td>Returns response XML.</td></tr>
|
||||
<tr><td class="name"><a href="username.htm">username</a></td><td>Sets or retrieves the user name.</td></tr>
|
||||
<tr><td class="name"><a href="password.htm">password</a></td><td>Sets or retrieves the password.</td></tr>
|
||||
</table></p>
|
||||
<h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="getresponseheader.htm">getResponseHeader</a></td><td>Returns HTTP response header (for example "Content-Type").</td></tr>
|
||||
<tr><td class="name"><a href="isready.htm">isReady</a></td><td>Indicates whether the request is already completed.</td></tr>
|
||||
<tr><td class="name"><a href="request.htm">request</a></td><td>Sends the request.</td></tr>
|
||||
<tr><td class="name"><a href="response.htm">response</a></td><td>Allows to process the received data.</td></tr>
|
||||
<tr><td class="name"><a href="setnamespace.htm">setNamespace</a></td><td>Allows to specify namespaces for use in XPath expressions.</td></tr>
|
||||
<tr><td class="name"><a href="setparameter.htm">setParameter</a></td><td>Allows to specify the request arguments/parameters.</td></tr>
|
||||
<tr><td class="name"><a href="setrequestheader.htm">setRequestHeader</a></td><td>Sets HTTP request header.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: isReady Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>isReady Method</h1><div class="details"><p>Indicates whether the request is already completed.</p>
|
||||
<h2>Syntax</h2><p><i>obj.isReady();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: password Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>password Property</h1><div class="details"><p>Sets or retrieves the password.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getPassword();</i></p><p>or</p><p><i>obj.setPassword(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: request Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>request Method</h1><div class="details"><p>Sends the request.</p>
|
||||
<h2>Syntax</h2><p><i>obj.request();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: requestData Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>requestData Property</h1><div class="details"><p>Allows to send data with the request.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRequestData();</i></p><p>or</p><p><i>obj.setRequestData(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: requestMethod Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>requestMethod Property</h1><div class="details"><p>Specifies HTTP request method.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRequestMethod();</i></p><p>or</p><p><i>obj.setRequestMethod(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: response Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>response Method</h1><div class="details"><p>Allows to process the received data.</p>
|
||||
<h2>Syntax</h2><p><i>obj.response(result);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">result</td><td class="type">Object</td><td>The downloaded data (XML DOMDocument object).</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: responseText Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>responseText Property</h1><div class="details"><p>Returns response text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getResponseText();</i></p><p>or</p><p><i>obj.setResponseText(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: responseXML Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>responseXML Property</h1><div class="details"><p>Returns response XML.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getResponseXML();</i></p><p>or</p><p><i>obj.setResponseXML(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setNamespace Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setNamespace Method</h1><div class="details"><p>Allows to specify namespaces for use in XPath expressions.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setNamespace(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The namespace alias.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The namespace URL.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setParameter Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setParameter Method</h1><div class="details"><p>Allows to specify the request arguments/parameters.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setParameter(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The parameter name.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The parameter value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setRequestHeader Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setRequestHeader Method</h1><div class="details"><p>Sets HTTP request header.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setRequestHeader(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The request header name.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The request header value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: URL Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>URL Property</h1><div class="details"><p>Sets or retrieves the remote data URL.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getURL();</i></p><p>or</p><p><i>obj.setURL(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: username Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>username Property</h1><div class="details"><p>Sets or retrieves the user name.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getUsername();</i></p><p>or</p><p><i>obj.setUsername(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: defineModel Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>defineModel Method</h1><div class="details"><p>Creates a new data model.</p>
|
||||
<h2>Syntax</h2><p><i>obj.defineModel(name);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>New data model name.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.System.Control</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: defineProperty Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>defineProperty Method</h1><div class="details"><p>Creates a new property for the built-in data model.</p>
|
||||
<h2>Syntax</h2><p><i>obj.defineProperty(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>Name of the property.</td></tr><tr><td class="name">value</td><td class="type">Any</td><td>Default value for the property.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.System.Control</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: definePropertyArray Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>definePropertyArray Method</h1><div class="details"><p>Creates a new property array for the built-in data model.</p>
|
||||
<h2>Syntax</h2><p><i>obj.definePropertyArray(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>Name of the property.</td></tr><tr><td class="name">value</td><td class="type">Any</td><td>Default value for the property.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.System.Control</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.System.Control</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.System.Control</h1><p>Generic user interface control class. Control is a screen element,
|
||||
which can have focus and responds to the keyboard or mouse commands.</p>
|
||||
<p>Typical control has a set of built-in or external data models
|
||||
and may also contain additional presentation templates.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.System.Control;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.html/index.htm">Active.System.HTML</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.template/index.htm">Active.System.Template</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.control/index.htm">Active.System.Control</a>
|
||||
<div style='padding-left:20px'></div></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'><div style='padding-left:50px'><i>Derived Classes:</i><br /><a href="../active.controls.grid/index.htm">Active.Controls.Grid</a><br />
|
||||
</div>
|
||||
</td></tr></table><h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="definemodel.htm">defineModel</a></td><td>Creates a new data model.</td></tr>
|
||||
<tr><td class="name"><a href="defineproperty.htm">defineProperty</a></td><td>Creates a new property for the built-in data model.</td></tr>
|
||||
<tr><td class="name"><a href="definepropertyarray.htm">definePropertyArray</a></td><td>Creates a new property array for the built-in data model.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: dataToText Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>dataToText Method</h1><div class="details"><p>Transforms the wire data into the readable text.</p>
|
||||
<h2>Syntax</h2><p><i>obj.dataToText(data);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">data</td><td class="type">String</td><td>Wire data.</td></tr></table></p><h2>Returns</h2><p>Readable text.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: dataToValue Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>dataToValue Method</h1><div class="details"><p>Transforms the wire data into the primitive value.</p>
|
||||
<h2>Syntax</h2><p><i>obj.dataToValue(data);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">data</td><td class="type">String</td><td>Wire data.</td></tr></table></p><h2>Returns</h2><p>Primitive value.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.System.Format</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.System.Format</h1><p>Generic data formatting class.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.System.Format;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.format/index.htm">Active.System.Format</a>
|
||||
<div style='padding-left:20px'></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'><div style='padding-left:50px'><i>Derived Classes:</i><br /><a href="../active.formats.string/index.htm">Active.Formats.String</a><br />
|
||||
<a href="../active.formats.number/index.htm">Active.Formats.Number</a><br />
|
||||
<a href="../active.formats.date/index.htm">Active.Formats.Date</a><br />
|
||||
</div>
|
||||
</td></tr></table><h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="datatotext.htm">dataToText</a></td><td>Transforms the wire data into the readable text.</td></tr>
|
||||
<tr><td class="name"><a href="datatovalue.htm">dataToValue</a></td><td>Transforms the wire data into the primitive value.</td></tr>
|
||||
<tr><td class="name"><a href="seterrortext.htm">setErrorText</a></td><td>Specifies the text to be returned in case of error.</td></tr>
|
||||
<tr><td class="name"><a href="seterrorvalue.htm">setErrorValue</a></td><td>Specifies the value to be returned in case of error.</td></tr>
|
||||
<tr><td class="name"><a href="valuetotext.htm">valueToText</a></td><td>Transforms the primitive value into the readable text.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setErrorText Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setErrorText Method</h1><div class="details"><p>Specifies the text to be returned in case of error.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setErrorText(text);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">text</td><td class="type">String</td><td>Error text.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setErrorValue Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setErrorValue Method</h1><div class="details"><p>Specifies the value to be returned in case of error.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setErrorValue(value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">value</td><td class="type">Any</td><td>Error value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: valueToText Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>valueToText Method</h1><div class="details"><p>Transforms the primitive value into the readable text.</p>
|
||||
<h2>Syntax</h2><p><i>obj.valueToText(value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">value</td><td class="type">Any</td><td>Primitive value.</td></tr></table></p><h2>Returns</h2><p>Readable text.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: element Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>element Method</h1><div class="details"><p>Returns a reference to the HTML element.</p>
|
||||
<h2>Syntax</h2><p><i>obj.element();</i></p><h2>Returns</h2><p>Reference to the HTML element</p>
|
||||
<h2>Remarks</h2><p>This function returns null if it is called before writing the
|
||||
object to the page.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.HTML</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getAttribute Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getAttribute Method</h1><div class="details"><p>Returns HTML attribute.</p>
|
||||
<h2>Syntax</h2><p><i>obj.getAttribute(name);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>HTML attribute name.</td></tr></table></p><h2>Returns</h2><p>HTML attribute value.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.HTML</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getClass Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getClass Method</h1><div class="details"><p>Returns CSS selector.</p>
|
||||
<h2>Syntax</h2><p><i>obj.getClass(name);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>Selector name.</td></tr></table></p><h2>Returns</h2><p>Selector value.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.HTML</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getContent Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getContent Method</h1><div class="details"><p>Returns static HTML content.</p>
|
||||
<h2>Syntax</h2><p><i>obj.getContent(name);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>content name.</td></tr></table></p><h2>Returns</h2><p>content object or function.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.HTML</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getEvent Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getEvent Method</h1><div class="details"><p>Returns HTML event handler.</p>
|
||||
<h2>Syntax</h2><p><i>obj.getEvent(name);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>HTML event name.</td></tr></table></p><h2>Returns</h2><p>HTML event handler.</p>
|
||||
<h2>Applies To</h2><p><a href="index.htm">Active.System.HTML</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue