|
@@ -1,7 +1,7 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
- <meta charset="utf-8" />
|
|
|
|
|
|
+ <meta charset="utf-8" />
|
|
<base href="../../" />
|
|
<base href="../../" />
|
|
<script src="list.js"></script>
|
|
<script src="list.js"></script>
|
|
<script src="page.js"></script>
|
|
<script src="page.js"></script>
|
|
@@ -38,7 +38,7 @@
|
|
<h3>[method:null load]( [page:String url], [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
|
|
<h3>[method:null load]( [page:String url], [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
|
|
<div>
|
|
<div>
|
|
[page:String url] — required<br />
|
|
[page:String url] — required<br />
|
|
- [page:Function onLoad] — Will be called when load completes. The argument will be the loaded text response.<br />
|
|
|
|
|
|
+ [page:Function onLoad] — Will be called when load completes. The argument will be the loaded [page:Texture texture].<br />
|
|
[page:Function onProgress] — Will be called while load progresses. The argument will be the XmlHttpRequest instance, that contain .[page:Integer total] and .[page:Integer loaded] bytes.<br />
|
|
[page:Function onProgress] — Will be called while load progresses. The argument will be the XmlHttpRequest instance, that contain .[page:Integer total] and .[page:Integer loaded] bytes.<br />
|
|
[page:Function onError] — Will be called when load errors.<br />
|
|
[page:Function onError] — Will be called when load errors.<br />
|
|
</div>
|
|
</div>
|