asset manager initial check in
This commit is contained in:
parent
4bc4974ecc
commit
f7dd3b0577
320 changed files with 15398 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: async Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>async Property</h1><div class="details"><p>Indicates whether asynchronous download is permitted.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getAsync();</i></p><p>or</p><p><i>obj.setAsync(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: getResponseHeader Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>getResponseHeader Method</h1><div class="details"><p>Returns HTTP response header (for example "Content-Type").</p>
|
||||
<h2>Syntax</h2><p><i>obj.getResponseHeader();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: Active.HTTP.Request</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>Active.HTTP.Request</h1><p>Generic HTTP request class.</p>
|
||||
<h2>Constructor Syntax</h2>
|
||||
<p><i>var obj = new Active.HTTP.Request;</i></p>
|
||||
<h2>Class Hierarchy</h2>
|
||||
<table style='font-size:0.9em!important'><tr><td style='padding:0px'><div style='padding:0px 50px 0px 0px;'><i>Parent Classes:</i><br /><a href="../active.system.object/index.htm">Active.System.Object</a>
|
||||
<div style='padding-left:20px'><a href="../active.system.model/index.htm">Active.System.Model</a>
|
||||
<div style='padding-left:20px'><a href="../active.http.request/index.htm">Active.HTTP.Request</a>
|
||||
<div style='padding-left:20px'></div></div></div></div>
|
||||
</td><td style='border-left:1px dotted threedshadow'><div style='padding-left:50px'><i>Derived Classes:</i><br /><a href="../active.text.table/index.htm">Active.Text.Table</a><br />
|
||||
<a href="../active.xml.table/index.htm">Active.XML.Table</a><br />
|
||||
</div>
|
||||
</td></tr></table><h2>Public Properties</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="url.htm">URL</a></td><td>Sets or retrieves the remote data URL.</td></tr>
|
||||
<tr><td class="name"><a href="async.htm">async</a></td><td>Indicates whether asynchronous download is permitted.</td></tr>
|
||||
<tr><td class="name"><a href="requestmethod.htm">requestMethod</a></td><td>Specifies HTTP request method.</td></tr>
|
||||
<tr><td class="name"><a href="requestdata.htm">requestData</a></td><td>Allows to send data with the request.</td></tr>
|
||||
<tr><td class="name"><a href="responsetext.htm">responseText</a></td><td>Returns response text.</td></tr>
|
||||
<tr><td class="name"><a href="responsexml.htm">responseXML</a></td><td>Returns response XML.</td></tr>
|
||||
<tr><td class="name"><a href="username.htm">username</a></td><td>Sets or retrieves the user name.</td></tr>
|
||||
<tr><td class="name"><a href="password.htm">password</a></td><td>Sets or retrieves the password.</td></tr>
|
||||
</table></p>
|
||||
<h2>Public Methods</h2>
|
||||
<p><table class="summary">
|
||||
<tr><td class="name"><a href="getresponseheader.htm">getResponseHeader</a></td><td>Returns HTTP response header (for example "Content-Type").</td></tr>
|
||||
<tr><td class="name"><a href="isready.htm">isReady</a></td><td>Indicates whether the request is already completed.</td></tr>
|
||||
<tr><td class="name"><a href="request.htm">request</a></td><td>Sends the request.</td></tr>
|
||||
<tr><td class="name"><a href="response.htm">response</a></td><td>Allows to process the received data.</td></tr>
|
||||
<tr><td class="name"><a href="setnamespace.htm">setNamespace</a></td><td>Allows to specify namespaces for use in XPath expressions.</td></tr>
|
||||
<tr><td class="name"><a href="setparameter.htm">setParameter</a></td><td>Allows to specify the request arguments/parameters.</td></tr>
|
||||
<tr><td class="name"><a href="setrequestheader.htm">setRequestHeader</a></td><td>Sets HTTP request header.</td></tr>
|
||||
</table></p>
|
||||
<script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: isReady Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>isReady Method</h1><div class="details"><p>Indicates whether the request is already completed.</p>
|
||||
<h2>Syntax</h2><p><i>obj.isReady();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: password Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>password Property</h1><div class="details"><p>Sets or retrieves the password.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getPassword();</i></p><p>or</p><p><i>obj.setPassword(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: request Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>request Method</h1><div class="details"><p>Sends the request.</p>
|
||||
<h2>Syntax</h2><p><i>obj.request();</i></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: requestData Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>requestData Property</h1><div class="details"><p>Allows to send data with the request.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRequestData();</i></p><p>or</p><p><i>obj.setRequestData(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: requestMethod Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>requestMethod Property</h1><div class="details"><p>Specifies HTTP request method.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getRequestMethod();</i></p><p>or</p><p><i>obj.setRequestMethod(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: response Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>response Method</h1><div class="details"><p>Allows to process the received data.</p>
|
||||
<h2>Syntax</h2><p><i>obj.response(result);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">result</td><td class="type">Object</td><td>The downloaded data (XML DOMDocument object).</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: responseText Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>responseText Property</h1><div class="details"><p>Returns response text.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getResponseText();</i></p><p>or</p><p><i>obj.setResponseText(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: responseXML Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>responseXML Property</h1><div class="details"><p>Returns response XML.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getResponseXML();</i></p><p>or</p><p><i>obj.setResponseXML(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setNamespace Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setNamespace Method</h1><div class="details"><p>Allows to specify namespaces for use in XPath expressions.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setNamespace(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The namespace alias.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The namespace URL.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setParameter Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setParameter Method</h1><div class="details"><p>Allows to specify the request arguments/parameters.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setParameter(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The parameter name.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The parameter value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: setRequestHeader Method</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>setRequestHeader Method</h1><div class="details"><p>Sets HTTP request header.</p>
|
||||
<h2>Syntax</h2><p><i>obj.setRequestHeader(name, value);</i></p><h2>Parameters</h2><p><table class="params"><tr><td class="name">name</td><td class="type">String</td><td>The request header name.</td></tr><tr><td class="name">value</td><td class="type">String</td><td>The request header value.</td></tr></table></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p></div><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: URL Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>URL Property</h1><div class="details"><p>Sets or retrieves the remote data URL.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getURL();</i></p><p>or</p><p><i>obj.setURL(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<title>ActiveWidgets Reference :: username Property</title>
|
||||
<script src="../../../common/site.js"></script>
|
||||
<link href="../../../common/site.css" rel="stylesheet" type="text/css" ></link>
|
||||
<body class="reference">
|
||||
<script>document.write(window.$header)</script>
|
||||
<div class="image-home"></div>
|
||||
<div class="location">:: Documentation >> Reference >></div>
|
||||
<h1>username Property</h1><div class="details"><p>Sets or retrieves the user name.</p>
|
||||
</div><h2>Syntax</h2><p><i>var value = obj.getUsername();</i></p><p>or</p><p><i>obj.setUsername(value);</i></p><h2>See Also</h2><p><a href="../active.system.model/defineproperty.htm">defineProperty Method</a></p><h2>Applies To</h2><p><a href="index.htm">Active.HTTP.Request</a></p><script>document.write(window.$column)</script>
|
||||
<script>document.write(window.$reference)</script>
|
||||
<script>document.write(window.$footer)</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue