Using a Widget: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:




 
*Include the files needed
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 listeners
*add listeners
 
*put handling processes inside the listener methods
put handling processes inside the listeners

Revision as of 18:16, 4 April 2006

Zimbra AjaxTk->DHTML Widget Toolkit->Widgets


  • Include the files needed
  • All widgets require a shell to operate in. This is called using the DwtShell class.
  • add components
  • add listeners
  • put handling processes inside the listener methods
Jump to: navigation, search