function popup_window( url, id, width, height ) { popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=yes,width=' + width + ',height=' + height + ',left=,top=' ); popup.focus(); } // function LoadNav(){ // top.document.getElementById("tutDiv").document.getElementById("tutNav").src="/TutorialGallery/topic/com.ibm.etools.webtools.gallery.tutorial.doc/htmltoc.htm"; // top.document.getElementById("tutDiv").style.visibility='visible'; // }

 

Module 3: Adding Tabbed Panel, Tree, and Graph components

This module teaches you how to display data in Tabbed Panel, Tree, and Graph. In this module, you will:

Remember: Before beginning this module, you should have the prerequisite knowledge outlined in the tutorial introduction.

 

 

Exercises

The exercises within this module are designed to be completed in this order:

 

Time required

This module will take approximately 1 hour to complete.