JavaScript API Index

Summary
RapidContext.App NS Provides functions for application bootstrap and server communication.
RapidContext.Async C A cancellable Promise that is backwards-compatible with MochiKit.Async.Deferred.
RapidContext.Browser NS Provides a browser compatibility and diagnostics information.
RapidContext.Data NS Provides functions for data conversion, filtering, mapping, etc.
RapidContext.Encode NS Provides functions for encoding and decoding data.
RapidContext.Fn NS Provides predicate functions for type checking and equality.
RapidContext.Log NS Provides a logging service for debugging apps and server calls.
RapidContext.Procedure C The procedure wrapper function.
RapidContext.Storage NS Provides functions for accessing the server storage (BETA).
RapidContext.UI NS Provides functions for managing the app user interface.
RapidContext.UI.Event C Provides simplified event handling for DOM nodes.
RapidContext.UI.Msg NS Provides common message dialogs.
RapidContext.Util NS Provides utility functions for basic objects, arrays, DOM nodes and CSS.
RapidContext.Widget C The base class for the HTML user interface widgets.
RapidContext.Widget.Button C The button widget class.
RapidContext.Widget.Dialog C The dialog widget class.
RapidContext.Widget.Field C The field widget class.
RapidContext.Widget.Form C The form widget class.
RapidContext.Widget.FormValidator C The form validator widget class.
RapidContext.Widget.Icon C The icon widget class.
RapidContext.Widget.Overlay C The overlay widget class.
RapidContext.Widget.Pane C The pane widget class.
RapidContext.Widget.Popup C The popup widget class.
RapidContext.Widget.ProgressBar C The progress bar widget class.
RapidContext.Widget.TabContainer C The tab container widget class.
RapidContext.Widget.Table C The table widget class.
RapidContext.Widget.TableColumn C The table column widget class.
RapidContext.Widget.TextArea C The text area widget class.
RapidContext.Widget.TextField C The text field widget class.
RapidContext.Widget.Tree C The tree widget class.
RapidContext.Widget.TreeNode C The tree node widget class.
RapidContext.Widget.Wizard C The wizard widget class.