Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
174
www/extras/yui/docs/module_get.html
Normal file
174
www/extras/yui/docs/module_get.html
Normal file
|
|
@ -0,0 +1,174 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<title>API: get (YUI Library)</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/api.css" />
|
||||
|
||||
<script type="text/javascript" src="assets/api-js"></script>
|
||||
<script type="text/javascript" src="assets/ac-js"></script>
|
||||
</head>
|
||||
|
||||
<body id="yahoo-com">
|
||||
|
||||
<div id="doc3" class="yui-t2">
|
||||
<div id="hd">
|
||||
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
|
||||
<h3>get <span class="subtitle">2.9.0</span></h3>
|
||||
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
|
||||
> <a href="./module_get.html" title="get">get</a>
|
||||
|
||||
|
||||
<form onsubmit="return false">
|
||||
<div id="propertysearch">
|
||||
Search: <input autocomplete="off" id="searchinput" />
|
||||
<div id="searchresults">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="bd">
|
||||
<div id="yui-main">
|
||||
<div class="yui-b">
|
||||
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
|
||||
<fieldset>
|
||||
<legend>Filters</legend>
|
||||
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
|
||||
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
|
||||
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
<h3>Module: get
|
||||
|
||||
|
||||
|
||||
</h3>
|
||||
<div class="description summary">
|
||||
Provides a mechanism to fetch remote resources and
|
||||
insert them into a document
|
||||
This utility can fetch JavaScript and CSS files, inserting script
|
||||
tags for script and link tags for CSS. Note, this
|
||||
is done via the normal browser mechanisms for inserting
|
||||
these resources and making the content available to
|
||||
code that would access it. Be careful when retreiving
|
||||
remote resources. Only use this utility to fetch
|
||||
files from sites you trust.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="yui-gc">
|
||||
<div class="yui-u first">
|
||||
|
||||
<p>This module contains the following classes:</p>
|
||||
<script>
|
||||
//var YUI_CLASS_LIST = [{"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Fetches and inserts one or more script or link nodes into the document.\nThis utility can fetch JavaScript and CSS files, inserting script\ntags for script and link tags for CSS. Note, this\nis done via the normal browser mechanisms for inserting\nthese resources and making the content available to\ncode that would access it. Be careful when retreiving\nremote resources. Only use this utility to fetch\nfiles from sites you trust.", "guessedname": "Get", "name": "YAHOO.util.Get"}];
|
||||
</script>
|
||||
<div id="splash_classList">
|
||||
<ul>
|
||||
<li><a href="YAHOO.util.Get.html" title="YAHOO.util.Get" id="class_0">Get</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="yui-b">
|
||||
<div class="nav">
|
||||
|
||||
<div id="moduleList" class="module">
|
||||
<h4>Modules</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="module_animation.html" title="animation">animation</a></li>
|
||||
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
|
||||
<li class=""><a href="module_button.html" title="button">button</a></li>
|
||||
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
|
||||
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
|
||||
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
|
||||
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
|
||||
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
|
||||
<li class=""><a href="module_container.html" title="container">container</a></li>
|
||||
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
|
||||
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
|
||||
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
|
||||
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
|
||||
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
|
||||
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
|
||||
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
|
||||
<li class=""><a href="module_element.html" title="element">element</a></li>
|
||||
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
|
||||
<li class=""><a href="module_event.html" title="event">event</a></li>
|
||||
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
|
||||
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
|
||||
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
|
||||
<li class="selected"><a href="module_get.html" title="get">get</a></li>
|
||||
<li class=""><a href="module_history.html" title="history">history</a></li>
|
||||
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
|
||||
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
|
||||
<li class=""><a href="module_json.html" title="json">json</a></li>
|
||||
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
|
||||
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
|
||||
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
|
||||
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
|
||||
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
|
||||
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
|
||||
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
|
||||
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
|
||||
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
|
||||
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
|
||||
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
|
||||
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
|
||||
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
|
||||
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
|
||||
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
|
||||
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
|
||||
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
|
||||
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
|
||||
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
|
||||
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
|
||||
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="classList" class="module">
|
||||
<h4>Classes</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="YAHOO.util.Get.html" title="YAHOO.util.Get">YAHOO.util.Get</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="fileList" class="module">
|
||||
<h4>Files</h4>
|
||||
<ul class="content">
|
||||
<li class=""><a href="Get.js.html" title="Get.js">Get.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ft">
|
||||
<hr />
|
||||
Copyright © 2011 Yahoo! Inc. All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var ALL_YUI_PROPS = [{"access": "", "host": "YAHOO.util.Get", "name": "abort", "url": "YAHOO.util.Get.html#method_abort", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_autoPurge", "url": "YAHOO.util.Get.html#method__autoPurge", "type": "method"}, {"access": "", "host": "YAHOO.util.Get", "name": "css", "url": "YAHOO.util.Get.html#method_css", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_finalize", "url": "YAHOO.util.Get.html#method__finalize", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_finish", "url": "YAHOO.util.Get.html#method__finish", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_linkNode", "url": "YAHOO.util.Get.html#method__linkNode", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_next", "url": "YAHOO.util.Get.html#method__next", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "nidx", "url": "YAHOO.util.Get.html#property_nidx", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_node", "url": "YAHOO.util.Get.html#method__node", "type": "method"}, {"access": "", "host": "YAHOO.util.Get", "name": "POLL_FREQ", "url": "YAHOO.util.Get.html#property_POLL_FREQ", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_purge", "url": "YAHOO.util.Get.html#method__purge", "type": "method"}, {"access": "", "host": "YAHOO.util.Get", "name": "PURGE_THRESH", "url": "YAHOO.util.Get.html#property_PURGE_THRESH", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "purging", "url": "YAHOO.util.Get.html#property_purging", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "qidx", "url": "YAHOO.util.Get.html#property_qidx", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "queue", "url": "YAHOO.util.Get.html#method_queue", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "queues", "url": "YAHOO.util.Get.html#property_queues", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_returnData", "url": "YAHOO.util.Get.html#method__returnData", "type": "method"}, {"access": "", "host": "YAHOO.util.Get", "name": "script", "url": "YAHOO.util.Get.html#method_script", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_scriptNode", "url": "YAHOO.util.Get.html#method__scriptNode", "type": "method"}, {"access": "", "host": "YAHOO.util.Get", "name": "TIMEOUT", "url": "YAHOO.util.Get.html#property_TIMEOUT", "type": "property"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_timeout", "url": "YAHOO.util.Get.html#method__timeout", "type": "method"}, {"access": "private", "host": "YAHOO.util.Get", "name": "_track", "url": "YAHOO.util.Get.html#method__track", "type": "method"}];
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue