home
products
education
support
partners
company

articles

tutorials

screenshots


SourceForge.net Logo

home

forums

downloads

bugs

mailing list
Kalideoscope Zone - tutorials

Tutorials are designed to get you up and running with XUI and carousel as quickly as possible. Each tutorial takes you through the steps involved in building up a sample application.

Kalideoscope tutorial

This tutorial takes you through the steps involved in creating a mortgage application using KALIDEOSCOPE editor. We will start with a simple single person application and extend it to allow multiple applicants illustrating in the process how to make use of XUL page definitions, framesets, styles, validations, page navigation and data binding.

Each step of this tutorial has an associated directory from which you can run (run.bat) the application as it exists up to that point. It also contains all of the pages, images and resources needed to run the application.

Notes:
This application uses framesets. It could just as easily use a single form layout. This can be done by removing the 'Frames' property from the startup.properties file. The startup page is then specified using the 'StartClass' property and setting it to the name of the XML defined start page.