broadcaster

Name

broadcaster -- Notifies elements when a change occurs in the UI

Contained by

broadcasterset

Additional Attributes

checked, accesskey, oncommand, value, label, disabled

Description

A broadcaster acts as a host for other elements, detecting changes that occur in the UI and notifying those elements of the changes via attribute changes. The elements that use it are said to observe the broadcaster. The observed attribute is typically the oncommand attribute, but can be any attribute.

See Also

broadcasterset, command, observes