previous
next
contents
elements
9 July 2003
Expanded Table of Contents
Expanded Table of Contents
1 Introduction
1.1 About dSVG
1.2 The Limitations of Script
1.3 The Advantages of dSVG Over Script
1.4 UI Controls
1.5 Behaviors
2 Concepts
2.1 Explaining the name: dSVG
2.2 Important dSVG Concepts
2.2.1 UI Controls
2.2.2 Behaviors
2.2.3 Objects
2.2.4 Expressions
3 Data Types
3.1 Basic Data Types
4 UI Controls
4.1 Introduction
4.2 Common Attributes
4.3 The
'button'
element
4.4 The
'checkBox'
element
4.5 The
'comboBox'
element
4.6 The
'contextMenu'
element
4.7 The
'item'
element
4.8 The
'itemData'
element
4.9 The
'listBox'
element
4.10 The
'listView'
element
4.11 The
'radioButton'
element
4.12 The
'slider'
element
4.13 The
'state'
element
4.14 The
'spinBox'
element
4.15 The
'textBox'
element
4.16 The
'window'
element
5 Behaviors: Viewer Manipulation
5.1 Introduction
5.2 Common Attributes
5.3 The
'alert'
element
5.4 The
'function'
element
5.5 The
'loadURL'
element
5.6 The
'pan'
element
5.7 The
'postURL'
element
5.8 The
'zoom'
element
6 Behaviors: DOM Manipulation
6.1 Introduction
6.2 Common Attributes
6.3 The
'copyElement'
element
6.4 The
'createElement'
element
6.5 The
'findElements'
element
6.5.1 The
'and'
element
6.5.2 The
'or'
element
6.5.3 The
'attributeCondition'
element
6.5.4 The
'elementCondition'
element
6.6 The
'loadXML'
element
6.7 The
'moveElement'
element
6.8 The
'printElement'
element
6.9 The
'removeElement'
element
6.10 The
'replaceElement'
element
6.11 The
'setAttribute'
element
6.12 The
'setData'
element
6.13 The
'setStyle'
element
6.14 The
'setTransform'
element
7 Miscellaneous Elements
7.1 Introduction
7.2 Common Attributes
7.3 The
'action'
element
7.4 The
'alias'
element
7.5 The
'constraint'
element
7.6 The
'focus'
element
7.7 The
'if'
element
7.8 The
'listener'
element
7.9 The
'mapCoords'
element
7.9.1 The
'pointPair'
element
7.10 The
'mapProj'
element
7.11 The
'mousePosition'
element
7.12 The
'loop'
element
7.13 The
'share'
element
7.14 The
'switch'
element
7.14.1 The
'case'
element
7.14.2 The
'default'
element
7.15 The
'variable'
element
8 Attributes
8.1 Introduction
8.2 The
'drag'
attribute
8.3 The
'contextMenu'
attribute
8.4 The
'focus'
attribute
8.5 The
'focusGroup'
attribute
8.6 The
'selected'
attribute
8.7 The
'share'
attribute
8.8 The
'toolTip'
attribute
8.8.1 The
'tipDelay'
attribute
8.8.2 The
'tipTrack'
attribute
8.8.3 The
'title'
attribute
8.9 The
'zoomAndPan'
attribute
9 Expressions
9.1 Introduction
9.2 Required Unit Pattern
9.3 Extended Pattern
9.4 Special Attribute Extensions
9.5 Processing
9.5.1 Use of Parentheses
9.5.2 Simple Expressions
9.5.3 Strings
9.5.4 Functions
9.5.5 Variables
9.5.6 OpCodes
9.6 Example #1
9.7 Example #2
Appendix A: Element Index
Appendix B: dSVG Test Suite
previous
next
contents
elements