blob: df6c73d6bbce86ca73572bd2094adc1e907e3387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
-------------------------------------------------------------------------------
dojox.widget.Loader
-------------------------------------------------------------------------------
Version 0.1
Release date: 07/15/2007
-------------------------------------------------------------------------------
Project state:
prototype / expermental
-------------------------------------------------------------------------------
Credits: Pete Higgins (phiggins@gmail.com)
-------------------------------------------------------------------------------
Description:
a class to indicatie some xhr request
is going on via topics, with optional
eye-candy indicators either offset
from mouse pointer, or in a fixed position
node.
-------------------------------------------------------------------------------
Dependencies:
widget: none.
test page: to enhance visual effect, a .php
file is used to slowly pass data to an xhr
request. You will need a php-enabled
webserver to view /dojox/tests/test_Loader.html
-------------------------------------------------------------------------------
Documentation
-------------------------------------------------------------------------------
Installation instructions
simply dojo.require("dojox.widget.Loader") and
attach to a div:
<div dojoType="dojox.widget.Loader"></div>
Configuration options can be found in the API tool.
|