Skip to content

Current date and time

cadecairos edited this page May 4, 2011 · 1 revision

Clock Widget

Description

This widget displays a textual representation of the current time.

Use

the syntax for creating a Clock widget is:

dashBoard.clockWidget("targetElement", options );

  • "targetElement" is the ID of the element where the time will be placed
  • options is a object that can be passed in containing values to customize the clock.

Supported options

  • cssClass - set the Class attribute of the target element to the supplied value.
Clone this wiki locally