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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue