mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
editor skin에 xquared 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3039 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4a55cfe522
commit
0c99858e7c
98 changed files with 25694 additions and 0 deletions
512
modules/editor/skins/xquared/doc/api/_18.html
Normal file
512
modules/editor/skins/xquared/doc/api/_18.html
Normal file
|
|
@ -0,0 +1,512 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="generator" content="JsDoc Toolkit 1.0">
|
||||
<title>JsDoc: XQuared.js</title>
|
||||
<link rel=stylesheet href="default.css" type="text/css" media=screen>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="docs">
|
||||
|
||||
<div class="sectionHead">Library: XQuared.js</div>
|
||||
<div class="section overview">
|
||||
<div class="itemTitle">
|
||||
Overview
|
||||
</div>
|
||||
<div>
|
||||
<div class="desc"></div>
|
||||
<div class="itemTags">
|
||||
<ul>
|
||||
<li>source: <a href="src_18.html">XQuared.js</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sectionHead">Constructors</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="sectionHead">Functions</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="xq.asEventSource"></a>
|
||||
|
||||
|
||||
xq.asEventSource(<span class="signature">object, prefix, events</span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="desc">Make given object as event source</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
Object
|
||||
</td>
|
||||
<td>
|
||||
object
|
||||
</td>
|
||||
<td>
|
||||
target object
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
String
|
||||
</td>
|
||||
<td>
|
||||
prefix
|
||||
</td>
|
||||
<td>
|
||||
prefix for generated functions
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
Array
|
||||
</td>
|
||||
<td>
|
||||
events
|
||||
</td>
|
||||
<td>
|
||||
array of string which contains name of events
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="Array.indexOf"></a>
|
||||
|
||||
<i><a href="#Array" class="type">Array.</a></i>indexOf(<span class="signature">n</span>)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="desc">Returns the index of given element</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
n
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">returns</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
Number
|
||||
</td>
|
||||
<td>
|
||||
index or -1
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="Date.pass"></a>
|
||||
|
||||
|
||||
Date.pass(<span class="signature">msec</span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
msec
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="Date.get"></a>
|
||||
|
||||
|
||||
Date.get(<span class="signature"></span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="Date.elapsed"></a>
|
||||
|
||||
<i><a href="#Date" class="type">Date.</a></i>elapsed(<span class="signature">msec</span>)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
msec
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="String.merge"></a>
|
||||
|
||||
<i><a href="#String" class="type">String.</a></i>merge(<span class="signature">data</span>)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
data
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="String.parseURL"></a>
|
||||
|
||||
<i><a href="#String" class="type">String.</a></i>parseURL(<span class="signature"></span>)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="xq.findXquaredScript"></a>
|
||||
|
||||
|
||||
xq.findXquaredScript(<span class="signature"></span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="xq.shouldLoadOthers"></a>
|
||||
|
||||
|
||||
xq.shouldLoadOthers(<span class="signature"></span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="xq.loadScript"></a>
|
||||
|
||||
|
||||
xq.loadScript(<span class="signature">url</span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="detailHead">parameters</div>
|
||||
<table class="params">
|
||||
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
url
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section function">
|
||||
<div class="itemTitle">
|
||||
<a name="xq.loadOthers"></a>
|
||||
|
||||
|
||||
xq.loadOthers(<span class="signature"></span>)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="sectionHead">Objects</div>
|
||||
|
||||
|
||||
<div class="section object">
|
||||
<div class="itemTitle">
|
||||
<a name="xq"></a>
|
||||
|
||||
|
||||
|
||||
xq
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="desc">Namespace for entire Xquared classes</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="finePrint">
|
||||
Generated by <a href="http://jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 1.3.1 on Wed, 21 Nov 2007 09:57:50 GMT.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue