upgraded yui to 2.2.2 and yui-ext to 1.0.1a
This commit is contained in:
parent
4d9af2c691
commit
547ced6500
1992 changed files with 645731 additions and 0 deletions
10
www/extras/yui-ext/docs/output/DataReader.jss.html
Normal file
10
www/extras/yui-ext/docs/output/DataReader.jss.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<html><head><title>DataReader.js</title><link rel="stylesheet" type="text/css" href="../resources/style.css" media="screen"/></head><body><h1>DataReader.js</h1><pre class="highlighted"><code>Ext.data.DataReader = <b>function</b>(meta, recordType){
|
||||
<b>this</b>.meta = meta;
|
||||
<b>this</b>.recordType = recordType instanceof Array ?
|
||||
Ext.data.Record.create(recordType) : recordType;
|
||||
};
|
||||
|
||||
Ext.data.DataReader.prototype = {
|
||||
|
||||
};</code></pre><hr><div style="font-size:10px;text-align:center;color:gray;">Ext - Copyright © 2006-2007 Ext JS, LLC<br />All rights reserved.</div>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue