Skip to content

Commit

Permalink
Pages Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 2, 2009
1 parent dbd3902 commit 7c031be
Show file tree
Hide file tree
Showing 9 changed files with 206 additions and 138 deletions.
54 changes: 27 additions & 27 deletions docs/assets/api-js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/assets/api.css
Expand Up @@ -53,6 +53,7 @@ a:visited { color: #003399;}
#yui-classopts-form fieldset legend { display: none; }

/* undo reset.css styles for description block formatting */
#doc3 .description dl { margin: 5px 0 10px 0; }
#doc3 .description ul { padding: 10px 0 10px 28px; font-size: 90%; list-style: disc}
#doc3 .description li { list-style: disc}
#doc3 .description p { padding-bottom: 10px}
Expand Down Expand Up @@ -166,7 +167,7 @@ a:visited { color: #003399;}
body.show_deprecated .deprecated,
body.show_private .private,
body.show_protected .protected {
display: inherit;
display: block;
}

#splash_classList ul {
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Expand Up @@ -15,9 +15,9 @@

<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>&nbsp; <span class="subtitle">0.0.1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
<h1><a href="http://github.com/davglass/yui-yql" title="YUI3 YQL Module">YUI3 YQL Module</a></h1>
<h3>&nbsp; <span class="subtitle">1.0.0</span></h3>
<a href="./index.html" title="YUI3 YQL Module">YUI3 YQL Module</a>
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
Expand All @@ -42,7 +42,7 @@ <h3>&nbsp; <span class="subtitle">0.0.1</span></h3>

<div class="summary description">
This is the API documentation for the
<a href="http://developer.yahoo.com/yui/">Yahoo! User Interface Library</a>.
<a href="http://github.com/davglass/yui-yql">YUI3 YQL Module</a>.
<p>Choose a module name from the list for more information.</p>
</div>

Expand Down Expand Up @@ -82,11 +82,11 @@ <h4>Files</h4>
</div>
<div id="ft">
<hr />
Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
Copyright &copy; 2009 Dav Glass All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}];
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}, {"url": "yql.html#event_timeout", "access": "", "host": "yql", "type": "event", "name": "timeout"}];
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.json
@@ -1 +1 @@
[{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}]
[{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}, {"url": "yql.html#event_timeout", "access": "", "host": "yql", "type": "event", "name": "timeout"}]
10 changes: 5 additions & 5 deletions docs/module_yql.html
Expand Up @@ -15,9 +15,9 @@

<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>yql&nbsp; <span class="subtitle">0.0.1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
<h1><a href="http://github.com/davglass/yui-yql" title="YUI3 YQL Module">YUI3 YQL Module</a></h1>
<h3>yql&nbsp; <span class="subtitle">1.0.0</span></h3>
<a href="./index.html" title="YUI3 YQL Module">YUI3 YQL Module</a>
&gt; <a href="./module_yql.html" title="yql">yql</a>


Expand Down Expand Up @@ -108,11 +108,11 @@ <h4>Files</h4>
</div>
<div id="ft">
<hr />
Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
Copyright &copy; 2009 Dav Glass All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}];
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}, {"url": "yql.html#event_timeout", "access": "", "host": "yql", "type": "event", "name": "timeout"}];
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/raw.json
@@ -1 +1 @@
{"majorversion": 3, "classmap": {"yql": {"name": "yql", "constructors": [{"params": [{"type": "String", "name": "sql", "description": " The SQL statement to execute"}, {"type": "Function", "name": "callback", "description": " The callback to execute after the query (optional)."}, {"type": "Object", "name": "params", "description": " An object literal of extra parameters to pass along (optional)."}], "description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/)."}], "namespace": "", "module": "yql", "guessedname": "BASE_URL", "methods": {"_receiver": {"return": {"type": "", "description": "Self"}, "description": "The global callback that get's called from Get.", "private": "", "params": [{"type": "Object", "name": "q", "description": " The JSON object from YQL."}], "guessedname": "_receiver", "guessedtype": "function"}, "_query": {"return": {"type": "", "description": "Self"}, "description": "Builds the query and fire the Get call.", "private": "", "params": [{"type": "String", "name": "sql", "description": " The SQL statement to execute"}, {"type": "Function", "name": "callback", "description": " The callback to execute after the query (optional)."}, {"type": "Object", "name": "params", "description": " An object literal of extra parameters to pass along (optional)."}], "guessedname": "_query", "guessedtype": "function"}}, "extends": "Event.Target", "superclass": "Event.Target", "file": "yql.js", "guessedtype": "property", "shortname": "yql", "events": {"query": {"type": "{Event.Custom}", "description": "Fires when the Query returns."}, "error": {"type": "{Event.Custom}", "description": "Fires when an error occurs.", "guessedname": "yql", "guessedtype": "property"}}, "description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/)."}}, "version": "0.0.1", "modules": {"yql": {"description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).", "submodules": [], "classlist": ["yql"], "filelist": ["yql.js"], "subdata": {}, "name": "yql"}}, "filemap": {"yql.js": {"classlist": ["yql"], "name": "yql.js", "module": "yql"}}}
{"majorversion": 3, "classmap": {"yql": {"name": "yql", "constructors": [{"params": [{"type": "String", "name": "sql", "description": " The SQL statement to execute"}, {"type": "Function", "name": "callback", "description": " The callback to execute after the query (optional)."}, {"type": "Object", "name": "params", "description": " An object literal of extra parameters to pass along (optional)."}, {"type": "Object", "name": "opts", "description": " An object literal of extra options to pass along to the Get Utility (optional)."}], "description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/)."}], "namespace": "", "module": "yql", "events": {"query": {"type": "{Event.Custom}", "description": "Fires when the Query returns."}, "timeout": {"type": "{Event.Custom}", "description": "Fires when the request has timed-out.", "guessedname": "yql", "guessedtype": "property"}, "error": {"type": "{Event.Custom}", "description": "Fires when an error occurs."}}, "guessedname": "BASE_URL", "methods": {"_receiver": {"guessedname": "_receiver", "params": [{"type": "Object", "name": "q", "description": " The JSON object from YQL."}], "description": "The global callback that get's called from Get.", "private": "", "guessedtype": "function"}, "_query": {"return": {"type": "", "description": "Self"}, "description": "Builds the query and fire the Get call.", "private": "", "params": [{"type": "String", "name": "sql", "description": " The SQL statement to execute"}, {"type": "Function", "name": "callback", "description": " The callback to execute after the query (optional)."}, {"type": "Object", "name": "params", "description": " An object literal of extra parameters to pass along (optional)."}, {"type": "Object", "name": "opts", "description": " An object literal of extra options to pass along to the Get Utility (optional)."}], "guessedname": "_query", "guessedtype": "function"}}, "extends": "Event.Target", "superclass": "Event.Target", "file": "yql.js", "guessedtype": "property", "shortname": "yql", "properties": {"_stamp": {"private": "", "description": "The method name on the Global YUI object we use as the callback.", "guessedname": "_stamp", "guessedtype": "property"}, "_cb": {"private": "", "description": "The callback method", "guessedname": "_cb", "guessedtype": "property"}}, "description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/)."}}, "version": "1.0.0", "modules": {"yql": {"description": "This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).", "submodules": [], "classlist": ["yql"], "filelist": ["yql.js"], "subdata": {}, "name": "yql"}}, "filemap": {"yql.js": {"classlist": ["yql"], "name": "yql.js", "module": "yql"}}}
49 changes: 44 additions & 5 deletions docs/yql.html
Expand Up @@ -15,9 +15,9 @@

<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>yql&nbsp; <span class="subtitle">0.0.1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
<h1><a href="http://github.com/davglass/yui-yql" title="YUI3 YQL Module">YUI3 YQL Module</a></h1>
<h3>yql&nbsp; <span class="subtitle">1.0.0</span></h3>
<a href="./index.html" title="YUI3 YQL Module">YUI3 YQL Module</a>
&gt; <a href="./module_yql.html" title="yql">yql</a>
&gt; yql

Expand Down Expand Up @@ -80,6 +80,9 @@ <h3 id="constructor">Constructor</h3>

,
params

,
opts
)
</code>
<div class="description">
Expand All @@ -103,6 +106,12 @@ <h3 id="constructor">Constructor</h3>
</code>
<span property="yui:description"> An object literal of extra parameters to pass along (optional).</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">opts</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> An object literal of extra options to pass along to the Get Utility (optional).</span>
</dd>
</dl>


Expand Down Expand Up @@ -176,6 +185,35 @@ <h4>



</div>

</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_timeout">
<h4>
<a name="event_timeout">timeout</a></h4>
<div class="detail">
<code>



<strong property="yui:name">timeout</strong>

(
)

</code>

<div class="description" property="yui:description">
Fires when the request has timed-out.
</div>

<div class="description">




</div>

</div>
Expand Down Expand Up @@ -224,6 +262,7 @@ <h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_error" title="error">error</a></li>
<li class=""><a href="#event_query" title="query">query</a></li>
<li class=""><a href="#event_timeout" title="timeout">timeout</a></li>
</ul>
</div>

Expand All @@ -233,11 +272,11 @@ <h4>Events</h4>
</div>
<div id="ft">
<hr />
Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
Copyright &copy; 2009 Dav Glass All rights reserved.
</div>
</div>
<script type="text/javascript">
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}];
ALL_YUI_PROPS = [{"url": "yql.html#event_error", "access": "", "host": "yql", "type": "event", "name": "error"}, {"url": "yql.html#event_query", "access": "", "host": "yql", "type": "event", "name": "query"}, {"url": "yql.html#event_timeout", "access": "", "host": "yql", "type": "event", "name": "timeout"}];
</script>
</body>
</html>

0 comments on commit 7c031be

Please sign in to comment.