Dojo widgets setup instructions

You can use this sample to learn how to use the EGL Dojo widgets in an EGL application.
Before you begin

The sample project contains the following samples that use EGL Dojo widgets.

GadgetContainerSample.egl
This sample contains four types of charts that you can use to plot data: a bar graph, bubble chart, line graph, and pie chart. A sample of a grid is also included.
Gallery.egl
This sample shows how to use many of the Dojo widgets. With content from the dojo.samples.perwidget package, it shows how to use a DojoAccordionWidget sample to select widgets.
ServiceSample.egl
This sample contains Dojo widgets that you can use to track calls to both a non-working and working Internet page.

This sample also includes a sample for each of the Dojo widgets.

About this task

These setup instructions are specific to using Google as the Dojo Toolkit source provider. If you want to use the AOL DojoToolkit source provider, you must import the com.ibm.egl.rui.dojo.runtime.aol project and change the EGL build path.

  1. Expand the sample project. Select com.ibm.egl.rui.dojo.samples > EGLSource > dojo.samples.
  2. You can view and change three samples. To view a sample, right-click the sample and click Open With > EGL Editor.
  3. To start working with the sample, at the bottom of the window, click the Preview tab. Each technical sample includes a description and information about the location of the source code for the sample. You can modify the source code and view your changes by using the EGL Editor.

Feedback