Using a Widget: Difference between revisions

No edit summary
mNo edit summary
Line 3: Line 3:


*Include the files needed
*Include the files needed
*Debug object
*All widgets require a shell to operate in.  This is called using the [[DwtShell]] class.
*All widgets require a shell to operate in.  This is called using the [[DwtShell]] class.
*add components
*add components

Revision as of 06:40, 5 April 2006

Zimbra AjaxTk->DHTML Widget Toolkit->Widgets


  • Include the files needed
  • Debug object
  • All widgets require a shell to operate in. This is called using the DwtShell class.
  • add components

The className argument is used to assign a css class to the widget.

  • add listeners
  • put handling processes inside the listener methods
Jump to: navigation, search