OOjsUI
Object-Oriented JavaScript – User Interface
|
▼NOOUI | |
CAccessKeyedElement | Element with an accesskey |
CActionFieldLayout | Layout made of a field, button and optional label |
CApexTheme | |
CButtonElement | Element with a button |
CButtonGroupWidget | Group widget for multiple related buttons |
CButtonInputWidget | A button that is an input widget |
CButtonWidget | Generic widget for buttons |
CCheckboxInputWidget | Checkbox input widget |
CComboBoxInputWidget | Combo box input widget, wrapping a text input with <datalist> |
CDropdownInputWidget | Dropdown input widget, wrapping a <select> element |
CElement | DOM element abstraction |
CElementMixin | |
CException | |
CFieldLayout | Layout made of a field and optional label |
CFieldsetLayout | Layout made of a fieldset and optional legend |
CFlaggedElement | Element with named flags that can be added, removed, listed and checked |
CFormLayout | Layout with an HTML form |
CGroupElement | Element containing a sequence of child elements |
CHorizontalLayout | HorizontalLayout arranges its contents in a single line (using display: inline-block for its items), with small margins between them |
CHtmlSnippet | Wraps a HTML snippet for use with Tag::appendContent() and Tag::prependContent() |
CIconElement | Element containing an icon |
CIconWidget | Icon widget |
CIndicatorElement | Element containing an indicator |
CIndicatorWidget | Indicator widget |
CInputWidget | Base class for input widgets |
CLabelElement | Element containing a label |
CLabelWidget | Label widget |
CLayout | Container for elements |
CMediaWikiTheme | |
CPanelLayout | Layout that expands to cover the entire area of its parent, with optional scrolling and padding |
CRadioInputWidget | Radio input widget |
CRadioSelectInputWidget | Multiple radio buttons input widget |
CTabIndexedElement | Element supporting "sequential focus navigation" using the 'tabindex' attribute |
CTag | |
CTextInputWidget | Input widget with a text field |
CTheme | Theme logic |
CTitledElement | Element with a title |
CWidget | User interface control |