The Info List contains two tabs, the Object tab and the Reference tab. If you change the size of this pane, its settings will be remembered from session to session. The Reference tab, shown in Figure 3.16, provides programming help for the language currently in use for the design object. Figure 3.16 shows the reference tab for LotusScript. Similar tabs exist for the Formula language, JavaScript, and Java.
Figure 3.16. The Reference tab in the Info list is context sensitive.
In Release 6, if you are editing a formula, you can check the Reference tab for help with the formula. If you're editing JavaScript, you will see the JavaScript classes in the Reference tab. The Reference tab is context sensitive; the drop-down list changes depending on where you are. For example, if you are working on a form, the drop-down list for the Reference tab includes database fields. If you are coding a JavaScript event, the drop-down list contains Web D.O.M. (Document Object Model) and Notes D.O.M.
The Reference tab provides two buttons , Help and Paste. When you click an item in the Reference tab, you can paste it into the script you are writing by clicking the Paste button, or you can click the Help button and receive help on the reference item you've chosen .
The Objects tab, shown in Figure 3.17, displays the available programmable events for the current object. You can use the Objects tab to switch between events or even move to another object. To see the list of available events for an object, expand the category for the object in the Objects tab. If you then select an event, the Programmer's pane displays any code that has been written for the event. The script icons next to events that contain code appear filled with the color cyan. Those that do not contain code are empty.
Figure 3.17. The Objects tab fills in the language icon of coded events with a cyan color.
Part I. Introduction to Release 6
Whats New in Release 6?
The Release 6 Object Store
The Integrated Development Environment
Part II. Foundations of Application Design
Forms Design
Advanced Form Design
Designing Views
Using Shared Resources in Domino Applications
Using the Page Designer
Creating Outlines
Adding Framesets to Domino Applications
Automating Your Application with Agents
Part III. Programming Domino Applications
Using the Formula Language
Real-World Examples Using the Formula Language
Writing LotusScript for Domino Applications
Real-World LotusScript Examples
Writing JavaScript for Domino Applications
Real-World JavaScript Examples
Writing Java for Domino Applications
Real-World Java Examples
Enhancing Domino Applications for the Web
Part IV. Advanced Design Topics
Accessing Data with XML
Accessing Data with DECS and DCRs
Security and Domino Applications
Creating Workflow Applications
Analyzing Domino Applications
Part V. Appendices
Appendix A. HTML Reference
Appendix B. Domino URL Reference