blob: 4be60f508f6ed3419918151037e2bf3c297eb675 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
-------------------------------------------------------------------------------
dojox.presentation
-------------------------------------------------------------------------------
Version 0.9
Release date: 10/31/2007
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
pete higgins (dante)
-------------------------------------------------------------------------------
Project description
This is the presentation base class. It provides a mechanism for various
display-oriented tasks. It includes a powerpoint-esque engine [prototype].
The SlideShow aspect of this project has been deprecated and lives now
in dojox.image project.
-------------------------------------------------------------------------------
Dependencies:
dojox.presentation requires both Dojo Base, Dojo FX Core, and Dijit system(s).
-------------------------------------------------------------------------------
Documentation
See the Dojo API tool (http://dojotoolkit.org/api)
-------------------------------------------------------------------------------
Installation instructions
This package is self-contained, but needs Dijit sytem.
Grab the following from the Dojo SVN Repository:
svn co http://svn.dojotoolkit.org/dojo/dojox/trunk/presentation*
svn co http://svn.dojotoolkit.org/dojo/dijit/*
into your:
/dojo root folder [checkout/release root]
and require in dependancies via dojo.require('dojox.presentation');
see /dojox/presentation/tests/test_presentation.html for example usage, but
basically the structure is this:
presentation />
Slide />
Slide />
Text Outside of Part is Static
Part />
Part />
Action forPart/>
Action forPart/>
Slide href="remote.html" />
Slide />
Part />
Action forPart/>
/presentation>
NOTE: project marked experimental, and API has a planned deprecation. To
participate in the formation of the new presentation class, visit
the dojotoolkit forums at:
http://dojotoolkit.org/forums
|