Package | Description |
---|---|
er.ajax | |
er.ajax.mootools | |
er.coolcomponents | |
er.prototaculous.widgets |
Modifier and Type | Class and Description |
---|---|
class |
AjaxAccordion |
class |
AjaxAutoComplete
Autocompleting combo-box similar to Google suggest.
|
class |
AjaxBehaviour
Adds a script tag with a Behaviour.register() with the content as the method argument.
|
class |
AjaxBusyIndicator
AjaxBusyIndicator provides various ways of performing operations when an Ajax requst is in process.
|
class |
AjaxBusySpinner
AjaxBusySpinner provides various ways of performing operations when an Ajax request is in process.
|
class |
AjaxComponent
This abstract (by design) superclass component isolate general utility methods.
|
class |
AjaxDatePicker
Shameless port and adoption of Rails Date Kit.
|
class |
AjaxDefaultSubmitButton
Invisible form submit button that can be included as the first element in an Ajax submitted form so that hitting
enter performs the action bound to this button.
|
class |
AjaxDraggable
AjaxDraggable makes HTML elements draggable.
|
class |
AjaxDroppable |
class |
AjaxDynamicElement
AjaxDynamicElement provides a common base class for dynamic Ajax elements.
|
class |
AjaxExpansion
AjaxExpansion provides an easy way to make expansion areas that
appear and disappear by clicking a link. |
class |
AjaxHyperlink
Ajax enabled Hyperlink.
|
class |
AjaxIncludeScript
AjaxIncludeScript provides an easy way to add an Ajax script dependency.
|
class |
AjaxInPlaceEditor |
class |
AjaxModalContainer
Shows a link and wraps an area that is later presented as a modal window.
|
class |
AjaxModalDialog
AjaxModalDialog is a modal dialog window based on ModalBox (see below for link).
|
class |
AjaxModalDialogOpener
Generates an element to open a specific AjaxModalDialog.
|
class |
AjaxObserveField
AjaxObserveField allows you to perform an Ajax submit (and optional update) based
on the state of a form field changing.
|
class |
AjaxProxy
A RPC mechanism to call methods on the Java server side from a JavaScript client.
|
class |
AjaxRemoteLogging
Allows you to log
window.console JS messages from the browser to
a logger on the server. |
class |
AjaxRoundEffect
Deprecated.
|
class |
AjaxSelectionList
AjaxSelectionList provides a list component that supports keyboard navigation and component renderers.
|
class |
AjaxSessionPing
Simple component to ping the session in the background.
|
class |
AjaxSlider
Simple Ajax slider.
|
class |
AjaxSortableList |
class |
AjaxSubmitButton
AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request.
|
class |
AjaxTabbedPanel
This implements the tabs and the main control of a tabbed panel display as an
unordered list (UL and LI elements).
|
class |
AjaxTabbedPanelTab
This implements the tab contents of a tabbed panel display as an unordered
list (UL and LI elements).
|
class |
AjaxTextHinter
Hints input and textarea fields with ghosted text that serves as an explanation for the user what to enter.
|
class |
AjaxUpdateContainer
observeFieldID requires ERExtensions, specifically ERXWOForm
|
class |
AjaxUpdateLink
Updates a region on the screen by creating a request to an action, then returning a script that in turn creates an
Ajax.Updater for the area.
|
Modifier and Type | Method and Description |
---|---|
static void |
AjaxUpdateContainer.expandInsertionFromOptions(NSMutableDictionary<String,String> options,
IAjaxElement element,
WOComponent component) |
static void |
AjaxSubmitButton.fillInAjaxOptions(IAjaxElement element,
WOComponent component,
String submitButtonName,
NSMutableDictionary options) |
Modifier and Type | Class and Description |
---|---|
class |
MTAccordionComponent |
class |
MTAccordionContainer
A DHTML accordion based on the Accordion Component found in MooTools: http://mootools.net/docs/more/Fx/Fx.Accordion
The class name of the container that contains the label is always "toggler" and the class name of the container that holds the
content is "elements".
|
class |
MTAjaxAutoComplete |
class |
MTAjaxDraggable |
class |
MTAjaxExpansion |
class |
MTAjaxModalContainer |
class |
MTAjaxObserveField
AjaxObserveField allows you to perform an Ajax submit (and optional update) based
on the state of a form field changing.
|
class |
MTAjaxSortableList |
class |
MTAjaxSubmitButton
AjaxSubmitButton behaves just like a WOSubmitButton except that it submits in the background with an Ajax.Request.
|
class |
MTAjaxTabbedPanel
This implements the tabs and the main control of a tabbed panel display as an
unordered list (UL and LI elements).
|
class |
MTAjaxTabbedPanelTab |
class |
MTAjaxUpdateContainer
observeFieldID requires ERExtensions, specifically ERXWOForm
|
class |
MTAjaxUpdateLink
Updates a region on the screen by creating a request to an action, then returning a script that in turn creates an
Ajax.Updater for the area.
|
class |
MTJSDatePicker |
class |
MTJSSlider
Creates a JavaScript slider
see the MooTools documentation here: http://mootools.net/docs/more/Drag/Slider
The HTML for the slider will be written like this:
<div id="_1Element" class="element">
<div id="_2Knob" class="knob"></div>
</div>
|
class |
MTMediaBox |
Modifier and Type | Method and Description |
---|---|
static void |
MTAjaxSubmitButton.fillInAjaxOptions(IAjaxElement element,
WOComponent component,
String submitButtonName,
NSMutableDictionary options) |
Modifier and Type | Class and Description |
---|---|
class |
CCGoogleMap
WebObjects wrapper for INGoogleMap.js.
|
class |
CCGoogleMapMarker
WebObjects wrapper for INGoogleMap.js.
|
class |
CCRating
WebObjects wrapper for LivePipe Rating component, MIT license.
|
class |
CCTagEditor
WebObjects wrapper for Insignia tag editor component and Horsey auto-completion, MIT license.
|
Modifier and Type | Class and Description |
---|---|
class |
Accordion
WAS: Encapsulation of http://www.stickmanlabs.com/accordion
NOW: http://nettuts.com/javascript-ajax/create-a-simple-intelligent-accordion-effect-using-prototype-and-scriptaculous/
Extends the api of AjaxAccordion.
|
Copyright © 2002 – 2024 Project Wonder.