Skip to content

Commit

Permalink
added ext-3.1.0 (gpl v3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
xantus committed Feb 1, 2010
1 parent 1c739b1 commit 9a5d5eb
Show file tree
Hide file tree
Showing 1,164 changed files with 284,824 additions and 0 deletions.
3,593 changes: 3,593 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/ext/ext-base-debug-w-comments.js

Large diffs are not rendered by default.

2,724 changes: 2,724 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/ext/ext-base-debug.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/ext/ext-base.js

Large diffs are not rendered by default.

2,415 changes: 2,415 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/jquery/ext-jquery-adapter-debug.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,445 changes: 2,445 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/prototype/ext-prototype-adapter-debug.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,215 changes: 2,215 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/yui/ext-yui-adapter-debug.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/desktop/lib/ext-3.1.0/adapter/yui/ext-yui-adapter.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions public/desktop/lib/ext-3.1.0/docs/index.html
@@ -0,0 +1,40 @@
<html lang="en" xmlns:ext="http://extjs.com/docs">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ext 3.1 - API Documentation</title>
<link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="resources/docs.css" />
<link rel="stylesheet" type="text/css" href="resources/style.css" />
<style type="text/css">
</style>
<!-- GC -->
</head>
<body scroll="no" id="docs">
<div id="loading-mask" style=""></div>
<div id="loading">
<div class="loading-indicator"><img src="resources/extanim32.gif" width="32" height="32" style="margin-right:8px;" align="absmiddle"/>Loading...</div>
</div>
<!-- include everything after the loading indicator -->
<script type="text/javascript" src="resources/ext-base.js"></script>
<script type="text/javascript" src="resources/ext-all.js"></script>
<script type="text/javascript" src="resources/TabCloseMenu.js"></script>

<script type="text/javascript" src="resources/docs.js"></script>
<script type="text/javascript" src="output/tree.js"></script>

<div id="header">
<a href="http://extjs.com" style="float:right;margin-right:10px;"><img src="resources/extjs.gif" style="width:83px;height:24px;margin-top:1px;"/></a>

<div class="api-title">Ext 3.1 - API Documentation</div>
</div>

<div id="classes"></div>

<div id="main"></div>
<select id="search-options" style="display:none">
<option>Starts with</option>
<option>Ends with</option>
<option>Any Match</option>
</select>
</body>
</html>
5 changes: 5 additions & 0 deletions public/desktop/lib/ext-3.1.0/docs/output/Array.html
@@ -0,0 +1,5 @@
<div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/Ext.html#cls-Array">Array</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Global</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">Ext.js</td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/Ext.html#cls-Array">Array</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr></table><div class="description"></div><div class="hr"></div><a id="Array-props"></a><h2>Public Properties</h2><div class="no-members">This class has no public properties.</div><a id="Array-methods"></a><h2>Public Methods</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Method</th><th class="msource-header">Defined By</th></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Array-indexOf"></a><b><a href="source/Ext.html#method-Array-indexOf">indexOf</a></b>(&nbsp;<code>Object&nbsp;o</code>,&nbsp;<span title="Optional" class="optional">[<code>Number&nbsp;from</code>]</span>&nbsp;)
:
Number<div class="mdesc"><div class="short">Checks whether or not the specified object exists in the array.</div><div class="long">Checks whether or not the specified object exists in the array.<div class="mdetail-params"><strong>Parameters:</strong><ul><li><code>o</code> : Object<div class="sub-desc">The object to check for</div></li><li><code>from</code> : Number<div class="sub-desc">(Optional) The index at which to begin the search</div></li></ul><strong>Returns:</strong><ul><li><code>Number</code><div class="sub-desc">The index of o in the array (or -1 if it is not found)</div></li></ul></div></div></div></td><td class="msource">Array</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Array-remove"></a><b><a href="source/Ext.html#method-Array-remove">remove</a></b>(&nbsp;<code>Object&nbsp;o</code>&nbsp;)
:
Array<div class="mdesc"><div class="short">Removes the specified object from the array. If the object is not found nothing happens.</div><div class="long">Removes the specified object from the array. If the object is not found nothing happens.<div class="mdetail-params"><strong>Parameters:</strong><ul><li><code>o</code> : Object<div class="sub-desc">The object to remove</div></li></ul><strong>Returns:</strong><ul><li><code>Array</code><div class="sub-desc">this array</div></li></ul></div></div></div></td><td class="msource">Array</td></tr></tbody></table><a id="Array-events"></a><h2>Public Events</h2><div class="no-members">This class has no public events.</div></div>

0 comments on commit 9a5d5eb

Please sign in to comment.