This section demonstrates the OpenLaszlo components—prebuilt objects such as windows, forms, tabs and sliders that you can assemble into applications.
These pages show how you use parameters to customize the appearance and behavior of OpenLaszlo components to meet your needs.
All OpenLaszlo components can be specified declaratively; they are data-driven and can be modified at runtime using JavaScript. The look of a component may be changed using the <style> tag or by modifying component resource. For more details about changing the look of the OpenLaszlo components, see:
All code for the components is available with the product in the /lps/components directory. There are 'lz' components which have the OpenLaszlo look and feel and are showcases in this section. Every 'lz' component is a subclass of a corresponding 'base' component, which you can subclass to make custom components.