Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

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