Documentation in progress: please use the 3.4 Reference Manual.

OpenLaszlo 4.0 Reference

Laszlo Systems, Inc.

All Rights Reserved. Use is subject to license terms.

Flash™ and Macromedia Flash™ are trademarks of Adobe Systems, Inc.

Laszlo® is a registered trademark, and OpenLaszlo™, LZX™ and OpenLaszlo Explorer™ are trademarks of Laszlo Systems, Inc.


Table of Contents

Preface
I. LZX Reference
I. Basics
II. Constants
III. Debugging
IV. Formatted Output
V. Runtime
II. LFC Reference
VI. Controllers
VII. CSS
VIII. Data
IX. Events
X. Helpers
XI. Services
XII. Text
XIII. Views
III. Components Reference
XIV. Base Components
XV. Laszlo Components
XVI. Layouts
XVII. Replicators
XVIII. RPC
XIX. States
IV. Extensions Reference
XX. Audio-Video
XXI. General
V. Development Reference
XXII. Unit Testing
VI. Browser Reference
XXIII. Integration
VII. Charting And Graphing Reference
XXIV. Add-on
XXV. Chart Types
XXVI. Common
VIII. Incubator Reference
XXVII. Components
XXVIII. Opttree
XXIX. Rich Text Editor
XXX. Tooltip
XXXI. Tooltip Manager
XXXII. Validators
IX. Indices
XXXIII. Files

List of Examples

1. using 'splash view' tag
2. persisting splash views
3. Connection example
4. Session Example
5. Sending and receiving asynchronous messages
6. Mapping data to views using datapaths
7. Using a datapointer to retrieve data from a dataset
8. Making a request using a dataset
9. A simple example of publishing and listening for a custom event
10. Event sending in response to setting an attribute
11. LzKeys
12. Using states to represent the min/max state of a window.
13. Using LzBrowser to launch another browser
14. Changing the cursor with LzCursor
15. Using the mode manager to make a window behave like a modal dialog
16. Using LzTimer to invoke method
17. Using LzTrack to build a color chooser
18. Simple inputtext
19. Simple inputtext
20. Password inputtext
21. Optimized inputtext
22. Component with optimized inputtext
23. custom appearance and font for a combobox
24. An unconventional scrollbar
25. parent and immediate parent of basetabpane
26. introduction to basetabs
27. modifying the basetabs look
28. custom basetabsbar
29. custom basetabscontent with borders
30. Basetree subclass with echoed text node
31. hbox
32. image
33. Assigning resources to a button
34. Switching button states
35. Simple Style Example
36. Using Multiple Styles
37. vbox
38. Sizing to the content area
39. Simple button
40. XHTML button
41. XHTML button
42. simple checkbox
43. simple datacombobox
44. Simple edittext
45. Simple scrollbar
46. using the menubar
47. simple menu
48. Simple scrollbar
49. A lexical tree and a data replicated tree
50. Simple scrollbar
51. window panel
52. Simple use of a dragstate
53. Horizontal drag
54. Horizontal drag with simple bounds checking
55. Drag within bounds of parent view
56. Resizing a view using the mouse
57. Simple barchart
58. Simple columnchart
59. Simple linechart
60. Simple piechart