Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 Element
J
 Jx
 Jx. Action
 Jx. Button
 Jx. Button. Color
 Jx. Button. Flyout
 Jx. Button. Multi
 Jx. Button. Picker
 Jx. ColorPanel
 Jx. ContentLoader
 Jx. Listener
 Jx. Toolbar
 Jx. UniqueId
Element is a global object provided by the prototype.js library.
Jx is a global singleton object that contains the entire Jx library within it.
Jx.Action is a utility class that provides a mechanism to separate the user interface code from the implementation code for a particular piece of functionality.
Jx.Button creates a clickable element in the application that is hooked to an instance of Jx.Action.
A Jx.ColorPanel wrapped up in a Jx.Button.
Flyout buttons expose a panel when the user clicks the button.
Multi buttons are used to contain multiple buttons in a drop down list where only one button is actually visible and clickable in the interface.
A Picker button allows the user to choose an item from a list of items.
A Jx.ColorPanel presents a user interface for selecting colors.
ContentLoader is a mix-in class that provides a consistent mechanism for other Jx controls to load content in one of four different ways:
Jx.Listener is a mix-in class that performs common listener functions for objects that support listeners.
A toolbar is a container object that contains other objects such as buttons.
Jx.UniqueId is used to assign unique ids to selected elements This is used to solve a problem where multiple external html fragments are loaded into the DOM via ajax at runtime.