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

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>

View file

@ -0,0 +1,15 @@
<html>
<title>ActiveWidgets Reference :: valueToText Method</title>
<script src="../../../common/site.js"></script>
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
<body class="reference">
<script>document.write(window.$header)</script>
<div class="image-home"></div>
<div class="location">:: Documentation &gt;&gt; Reference &gt;&gt;</div>
<h1>valueToText Method</h1><div class="details"><p>Transforms the primitive value into the readable text.</p>
<h2>Syntax</h2><p><i>obj.valueToText(value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">value</td><td class="type">Any</td><td>Primitive value.</td></tr></table></p><h2>Returns</h2><p>Readable text.</p>
<h2>Applies To</h2><p><a href="index.htm">Active.System.Format</a></p></div><script>document.write(window.$column)</script>
<script>document.write(window.$reference)</script>
<script>document.write(window.$footer)</script>
</body>
</html>