Last changed on mar 16, 2006
by Rahul Singh
Basically there are 3 ways to develop custom functionality for the Rainbow portal:
- Private Assembly: gives you the most power but requires the most work. See tutorial
by Leo Duran.
- One File Module. This is an example module that already has some basic functionality in place. Ideal to get started. See tutorial
by Paul Chu. You can download a demo module at Konotree ; check the Amazon Books Control in download section.
- Interfacing Aspx pages: let your existing aspx page inherit from Rainbow.UI.Page and redirect to that page. See tutorial
by Paul Chu (note that newest version of Rainbow doesn't require the urlredirect module that Paul mentions you can now use the Tab's Navigation Settings - Static Link URL option.

0 comments
|