asset manager initial check in

This commit is contained in:
JT Smith 2004-12-17 05:38:46 +00:00
parent 4bc4974ecc
commit f7dd3b0577
320 changed files with 15398 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,449 @@
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
html, body {
margin:0px;
padding: 0px;
background: #fff;
}
body {
font-size: 79%;
font-family: "Verdana", "Helvetica", "sans-serif";
}
h1 {
height: 20px;
margin: 20px 0px 10px 0px;
font-family: "Century Gothic", "Helvetica", "sans-serif";
font-size: 1.4em;
color: highlight;
filter:progid:DXImageTransform.Microsoft.Shadow(color='threedshadow', Direction=135, Strength=2);
}
h2 {
margin: 30px 0px 20px -50px;
font-size: 1.2em;
font-family: "Bookman Old Style", "Helvetica", "sans-serif";
color: threeddarkshadow;
border-bottom: 1px dotted threedshadow;
}
h3 {
margin: 50px 0px 10px 0px;
padding: 5px 10px;
font-family: "Bookman Old Style", "Helvetica", "sans-serif";
font-size: 1em;
color: threeddarkshadow;
background: threedlightshadow;
}
h4 {
margin: 10px;
font-size: 84%;
}
a {
text-decoration: none;
}
p {
margin: 10px 0px;
}
blockquote {
margin: 10px 30px 10px 0px;
padding: 10px;
border: 1px solid #cdf;
background: #f3f3ff;
font-family: "Century Gothic", "Helvetica", "sans-serif";
}
pre {
margin: 10px 0px 10px 10px;
font-family: "Courier New", "Courier", "monospace";
font-size: 100%;
color: highlight;
}
xmp, kbd {
color: infotext;
background: infobackground;
font-family: "Courier New", "Courier", "monospace";
}
xmp {
padding: 10px 5px;
}
/* page layout - width 800px, padding 20px */
table.page {
width: 840px;
table-layout: fixed;
border-collapse: collapse;
font-size: 100%;
}
table.page td {
padding: 0px 20px;
vertical-align: top;
}
/* page header */
.head {
margin: 5px 0px;
padding-top: 5px;
background: url(images/header.png) threedlightshadow;
}
.head .title {
padding-left: 10px;
color: threedshadow;
line-height: 30pt;
font-size: 24pt;
xfont-style: italic;
font-weight: bold;
font-family: Courier New, monospace;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
}
.head .subtitle {
padding-bottom: 3px;
vertical-align: bottom;
text-align: right;
font-style: italic;
}
/* page menu */
.menu {
margin: 3px 0px;
border-top: 3px double threedshadow;
border-bottom: 3px double threedshadow;
background: threedlightshadow;
font: menu;
}
.menu .left, .menu .right {
padding: 5px 10px;
}
.menu .right {
width: 65%;
text-align: right;
}
.menu a {
margin: 0px 10px;
text-decoration: none;
color: highlight;
}
/* page body */
.body {
margin: 20px 0px;
}
.body td.main {
padding: 0px 20px 0px 70px;
line-height: 1.35em;
}
.location {
margin: 0px 0px 10px 0px;
padding-bottom: 2px;
border-bottom: 1px dotted threedshadow;
color: threeddarkshadow;
}
table.topnews {
width: 470px;
margin: 10px 0px 20px 0px;
font-size: 95%;
color: threeddarkshadow;
}
table.topnews td {
padding: 0px;
vertical-align: top;
}
.topnews td.date {
width: 7em;
}
.image-home {
position: relative;
left: -50px;
top: 0px;
float: left;
width: 30px;
height: 30px;
margin: 0px -30px -30px 0px;
background: url(images/home.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.Shadow(color='threedshadow', Direction=135, Strength=2);
}
/* page right column */
col.main {width: 600px;}
col.right { width: 240px;}
.single col.main {width: 840px;}
.single col.right { width: 0px; display: none;}
.body .right {
width: 240px;
border-right: 1px solid threedshadow;
vertical-align: top;
font-size: 84%;
background: threedlightshadow;
}
.body .right h2 {
margin: 15px 0px;
color: threeddarkshadow;
border: none;
}
.body .right p {
margin: 10px 0px;
}
.body .right ul {
margin: 0px;
padding: 0px;
list-style: square inside;
white-space: nowrap;
cursor: default;
}
.body .right ul.reference {
padding-top: 40px;
margin-bottom: 30px;
border-bottom: 1px solid threedface;
line-height: 1.8em;
}
.body .right ul ul {
margin: 0px 3px;
border: 1px inset;
}
.body .right ul ul ul{
border: none;
}
.body .right li {
font-style: italic;
border-top: 1px solid threedface;
text-indent: 10px;
cursor: hand;
}
.body .right ul ul li {
text-indent: 20px;
}
.body .right ul ul ul li {
font-style: normal;
text-indent: 30px;
}
.tree-active {
background: #fff;
}
.body .right a {
color: highlight;
text-decoration: none;
}
/* copyright message */
.copyright .page td {
padding: 10px;
border-top: 1px dashed threedshadow;
font-size: 84%;
font-variant: small-caps;
text-align: center;
}
/* tutorial */
.tutorial textarea {
overflow: auto;
width: 100%;
height: 250px;
margin: 5px 0px;
background: infobackground;
border: 1px inset;
font-size: 10pt; /* 100% doesn't work??? */
}
.tutorial iframe {
width: 100%;
height: 150px;
margin: 5px 0px;
border: 1px solid white;
}
/* reference */
table.summary, table.params {
width: 100%;
border-collapse: collapse;
font-size: 84%
}
table.summary td, table.params td {
padding: 2px 30px 2px 0px;
text-align: left;
border-top: 1px solid threedface;
border-bottom: 1px solid threedface;
}
table.summary a {
color: highlight;
text-decoration: none;
}
.reference .image-home {
background-image: url(../common/images/reference.png);
}
/* all */
a:hover {
text-decoration: underline;
}
/* forum */
.forum-subject {
margin: 30px 0px 20px 0px;
font-size: 1.2em;
font-weight: bold;
font-family: "Bookman Old Style", "Helvetica", "sans-serif";
color: threeddarkshadow;
border-bottom: 1px dotted threedshadow;
}
.forum-message {
margin: 10px 0px;
line-height: 1.5em;
}
.forum-author, .forum-date {
padding: 0px 30px;
text-align: right;
line-height: 1.5em;
font-style: italic;
}
.forum .image-home {
background-image: url(../common/images/forum.png);
}
.forum-label {
display: -moz-inline-box;
position: relative;
left: -52px;
width: 50px;
height: 16px;
margin-right: -50px;
vertical-align: top;
font-size: 11px;
}
.forum-separator {
margin: 10px 0px 15px 0px;
border-bottom: 1px dotted threedshadow;
}
/* tree */
li ul {
display: none;
}
li.treeVisible ul {
display: block;
}
li.treeVisible li ul {
display: none;
}
li.treeVisible li.treeVisible ul {
display: block;
}
/* code highlight */
.aw-code-panel {
position: relative;
overflow: hidden;
top: 50px;
left: -52px;
width: 30px;
height: 150px;
margin: 0px -30px -150px 0px;
}
.aw-code-panel button{
width: 100%;
height: 2.5em;
font: menu;
}
.aw-code-block {
display: block;
margin: 15px 0px 15px -50px;
padding: 15px 0px 15px 50px;
background: #f9ffee;
border: 1px dotted #999;
font-size: 100%;
font-family: Georgia, Arial, Helvetica;
}
.aw-code-1 { color: #006;}
.aw-code-2 { color: #00c;}
.aw-code-3 { color: #099; font-style: italic}
.aw-code-4 { color: #090;}
/* print */
@media print {
table.page {
width: 640px;
}
.head, .menu, col.right {
display: none;
}
.image-home {
border-left: 30px solid #eee;
}
a {
color: highlight;
}
}

View file

@ -0,0 +1,259 @@
var site = {};
site.head = function(title, subtitle){
return "<div class='head'><table class='page' align='center'><tr>" +
"<td class='title'>" + title + "</td>" +
"<td class='subtitle'>" + subtitle + "</td>" +
"</tr></table></div>";
}
site.menu = function(left, right){
return "<div class='menu'><table class='page' align='center'><tr>" +
"<td class='left'>" + left + "</td>" +
"<td class='right'>" + right + "</td>" +
"</tr></table></div>";
}
site.main = function(){
return "<div class='body'><table class='page' align='center'><col class='main'/><col class='right'/><tr><td class='main'>";
}
site.foot = function(){
return "</td></tr></table></div>";
}
site.copyright = function(message){
return "<div class='copyright'><table class='page' align='center'><tr>" +
"<td>" + message + "</td>" +
"</tr></table></div>";
}
site.doctree = [
["Tutorial", [
["Introduction", [
["Hello World", "tutorial/introduction/helloworld.htm"],
]],
["HTML", [
["Tags", "tutorial/html/tags.htm"],
["Attributes", "tutorial/html/attributes.htm"],
["Styles", "tutorial/html/styles.htm"],
]],
["Grid", [
["Quick Start", "tutorial/grid/intro.htm"],
["Data Sources", "tutorial/grid/data.htm"],
["Number Formatting", "tutorial/grid/formats.htm"],
["Visual Style", "tutorial/grid/style.htm"],
["Mouseover Effects", "tutorial/grid/mouseover.htm"],
["Selections", "tutorial/grid/selection.htm"],
]],
]],
["Reference", [
["System", [
["Active.System.Object", "reference/active.system.object/index.htm"],
["Active.System.HTML", "reference/active.system.html/index.htm"],
["Active.System.Template", "reference/active.system.template/index.htm"],
["Active.System.Control", "reference/active.system.control/index.htm"],
["Active.System.Model", "reference/active.system.model/index.htm"],
["Active.System.Format", "reference/active.system.format/index.htm"],
]],
["Templates", [
["Active.Templates.Box", "reference/active.templates.box/index.htm"],
["Active.Templates.Text", "reference/active.templates.text/index.htm"],
["Active.Templates.Image", "reference/active.templates.image/index.htm"],
["Active.Templates.Link", "reference/active.templates.link/index.htm"],
["Active.Templates.Item", "reference/active.templates.item/index.htm"],
["Active.Templates.List", "reference/active.templates.list/index.htm"],
["Active.Templates.Row", "reference/active.templates.row/index.htm"],
["Active.Templates.Header", "reference/active.templates.header/index.htm"],
["Active.Templates.Scroll", "reference/active.templates.scroll/index.htm"],
["Active.Templates.Status", "reference/active.templates.status/index.htm"],
["Active.Templates.Error", "reference/active.templates.error/index.htm"],
]],
["Controls", [
["Active.Controls.Grid", "reference/active.controls.grid/index.htm"],
]],
["HTTP", [
["Active.HTTP.Request", "reference/active.http.request/index.htm"],
]],
["Text", [
["Active.Text.Table", "reference/active.text.table/index.htm"],
]],
["XML", [
["Active.XML.Table", "reference/active.xml.table/index.htm"],
]],
["Formats", [
["Active.Formats.String", "reference/active.formats.string/index.htm"],
["Active.Formats.Number", "reference/active.formats.number/index.htm"],
["Active.Formats.Date", "reference/active.formats.date/index.htm"],
]],
]],
];
site.reference = function(){
function tree(a){
var i, temp, s = "";
for (i=0; i<a.length; i++){
if (!a[i]) {}
else if (typeof(a[i][1]) == "object"){
temp = "<a>" + a[i][0] + "</a><ul>" + tree(a[i][1]) + "</ul>";
if (a[i][1].expanded) {
s += "<li onclick='site.toggleTree(event, this)' class='treeVisible'>" + temp + "</li>";
a.expanded = true;
}
else {
s += "<li onclick='site.toggleTree(event, this)'>" + temp + "</li>";
}
}
else {
var pattern = a[i][1].replace("index.htm", "");
if (window.location.href.match(pattern)) {
a.expanded = true
s += "<li class='tree-active'><a href='../../" + a[i][1] + "'>" + a[i][0] + "</a></li>";
}
else {
s += "<li><a href='../../" + a[i][1] + "'>" + a[i][0] + "</a></li>";
}
}
}
return s;
}
var s = "";
s += "<ul class='reference' onclick='site.toggleTree(event)'>";
s += tree(site.doctree);
s += "</ul>";
return s;
}
site.tutorial = site.reference;
site.toggleTree = function(event, ref){
// var e = event.srcElement ? event.srcElement : event.target;
// if (e.href) {return}
// if (e.tagName != "LI") {e = e.parentElement}
ref.className = ref.className ? "" : "treeVisible";
event.cancelBubble = true;
}
site.base = function(){
var i, src = "common/site.js", scripts = document.getElementsByTagName("script");
for (i=0; i<scripts.length; i++){if (scripts[i].src.match(src)){ return scripts[i].src.replace(src, "")}}
return "";
}
site.home = function(){
return ("" + window.location).match("activewidgets.com") ? "" : "readme.htm";
}
site.examples = function(){
return ("" + window.location).match("activewidgets.com") ? "grid/" : "grid/index.htm";
}
site.adjustFonts = function(){
try {
if (window.navigator.userAgent.match("Linux")) {
document.body.style.font = "menu";
}
}
catch(error){
}
}
site.example = function(source){
try {
var text = document.getElementById(source).value;
var style = document.getElementById(source).getAttribute("target");
var b = "<button style=\"position:relative;left:-60px;top:8px;margin-bottom:-22px;font-size:11px;line-height:11px;height:22px;width:50px\"";
b += " title=\"This example is live! Try to modify the script in the textbox and press 'refresh' to see the results.\"";
b += " onclick=\"window.refresh" + source + "()\">Refresh</button><br />";
document.write(b);
var name = source + "-frame";
var f = "<iframe name='" + name + "' style='" + style +"' frameborder=\"0\"></iframe>";
document.write(f);
var doc = frames[name].document;
doc.open();
doc.write("<html><head>");
doc.write("</head><body>");
doc.write("</body></html>");
doc.close()
var wl = window.onload;
window.onload = window["refresh" + source] = function(){
if (typeof wl == "function" ) {wl()}
var doc = frames[name].document;
doc.open();
doc.write("<html><head>");
doc.write("<style> body, html {margin:0px; padding: 0px; overflow: hidden; font: menu} </style>");
doc.write("<link href=\"../../../runtime/styles/classic/grid.css\" rel=\"stylesheet\" type=\"text/css\" ></link>");
doc.write("<style>.active-row-highlight .active-row-cell {background-color: threedshadow}</style>");
doc.write("<s" + "cript src=\"../../../runtime/lib/grid.js\"></s" + "cript>");
doc.write("</head><body>");
doc.write("<s" + "cript>" + document.getElementById(source).value + "</s" + "cript>");
window.setTimeout(function(){
doc.write("</body></html>");
doc.close()
}, 1000);
}
}
catch(e){
}
}
var $header = {toString: function(){
site.adjustFonts();
var s = "", base = site.base(), home = site.home(), examples = site.examples();
s += site.head("ActiveWidgets", "Cross-browser DHTML widgets toolkit");
s += site.menu( "<a href='" + base + home + "'>Home</a>|" +
"<a href='" + base + examples + "'>ActiveWidgets Grid 1.0</a>",
"<a href='http://www.activewidgets.com/messages/'>Support Forum</a>|" +
"<a href='" + base + "documentation/tutorial/introduction/helloworld.htm'>Tutorial</a>|" +
"<a href='" + base + "documentation/reference/active.controls.grid/index.htm'>Reference</a>|" +
"<a href='http://www.activewidgets.com/download/'>Download</a>|" +
"<a href='http://www.activewidgets.com/company/'>Contacts</a>");
s += site.main();
return s;
}};
var $column = {toString: function(){
return "</td><td class='right'>";
}};
var $reference = {toString: function(){
return site.reference();
}};
var $tutorial = {toString: function(){
return site.tutorial();
}};
var $footer = {toString: function(){
var s = "";
s += site.foot();
s += site.copyright("Copyright &copy; 2004 ActiveWidgets Ltd. All Rights Reserved.");
return s;
}};

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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">&nbsp;[&nbsp;]</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">&nbsp;[&nbsp;]</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">&nbsp;[&nbsp;]</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">&nbsp;[&nbsp;]</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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">&nbsp;[&nbsp;]</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">&nbsp;[&nbsp;]</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">&nbsp;[&nbsp;]</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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">&nbsp;[&nbsp;]</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

View file

@ -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 &gt;&gt; Reference &gt;&gt;</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>

Some files were not shown because too many files have changed in this diff Show more