Client Messages
| Name | Description |
|---|---|
| activitystory.created | Raised when an activity story is created |
| activitystory.deleted | Raised when an activity story is deleted |
| activitystory.updated | Raised when an activity story is updated |
| comment.created | Raised when a comment is created |
| comment.deleted | Raised when a comment is deleted |
| comment.typing | Raised when a comment is being typed |
| comment.updated | Raised when a comment is updated |
| comment.voted | Raised when a comment vote has been created, updated, or deleted |
| comments.presenceChanged | Raised when users present to a commentable piece of content change |
| forumReply.created | Raised when a forum reply is created |
| forumReply.deleted | Raised when a forum reply is deleted |
| forumReply.typing | Raised when a forum reply is being typed |
| forumReply.updated | Raised when a forum reply is updated |
| forumReply.voted | Raised when a forum reply vote has been created, updated, or deleted |
| forumThread.presenceChanged | Raised when users present to a forum thread change |
| forumThread.updated | Raised when a forum thread is updated |
| forumThread.voted | Raised when a forum reply vote has been created, updated, or deleted |
| like.created | Raised when a like is created |
| like.deleted | Raised when a like is deleted |
| notification.raised | Raised when a notification is received via a live alert |
| notification.read | Raised when a notification is read |
| scheduledFile.complete | Raised when a scheduled script file execution completes |
| scheduledFile.error | Raised when a scheduled script file execution experiences or reports an error. |
| scheduledFile.progress | Raised when a scheduled script file execution reports progress |
| socket.connected | Raised when sockets are ready for receiving messages |
| socket.disconnected | Raised when sockets have disconnected unexpectedly |
| socket.reconnected | Raised when sockets have reconnected after a disconnect |
| systemnotification.raised | Raised when a system notification is received via a live alert |
| systemnotification.resolved | Raised when a system notification is resolved |
| ui.bookmark | |
| ui.feature | |
| ui.like | Raised on user likes |
| ui.links.change | Raised when a set of UI Links changes the set of visible or hidden links |
| ui.links.hide | Raised when a set of UI Links are hidden |
| ui.links.show | Raised when a set of UI Links are shown |
| ui.reportabuse | Raised on abuse reports |
| ui.tourtips | Raised when a set of unread tour tips are available to be presented to the user |
| user.presenceChanged | Raised when a user's sitewide presence changes |
| users.presenceChanged | Raised when users' sitewide presence has changed |
Composer Plugins
| Name | Description |
|---|---|
| autocomplete | Adds generic suggestion support to the Composer |
| hashtags | Adds hashtag support to the Composer |
| mentions | Adds @mention support to the Composer |
| urlhighlight | Adds URL highlighting support to the Composer |
JavaScript API Modules
| Name | Description |
|---|---|
| administrationToolbar | Methods for accessing the site-wide admin toolbar |
| editableGroup | Enables widgets to be validated and edited in groups |
| javaScript | Methods for encoding JavaScript strings |
| language | Methods for formatting client-side dates against user-specified server-side formats |
| media | Methods for retrieving server-side generated previews of files |
| messaging | Client-side bus for publishing and subscribing to messages |
| navigationConfirmation | Enables confirmation pop-ups when navigating away from pages |
| notifications | Supports displaying temporary messages to the user. |
| preview | Methods for loading a Web Prview of a URL |
| regex | Regular Expression Utilities |
| rest | Helper methods to assist with performing ajax requests against the REST API |
| shortcuts | Keyboard shortcut registrar |
| systemNotifications | Supports displaying system notifications to the user. |
| template | Simple client-side templating |
| tourTips | Methods for registering, presenting, and persisting tour tips |
| ui | UI Component framework methods |
| url | Methods for parsing and manipulating urls, querystrings, and hashes |
| utilities | Generic utilities and site configuration |
jQuery Events
| Name | Description |
|---|---|
| doubletap | Raised on a second tap |
| evolutionCodeEditorChange | Raised when the content of an evolutionCodeEditor instance is changed |
| evolutionCodeEditorReady | Raised when an evolutionCodeEditor instance is instantiated |
| evolutionHtmlEditorReady | Raised when an evolutionHtmlEditor instance is instantiated |
| evolutionHtmlEditorSubmit | Raised when an evolutionHtmlEditor is configured to be submittable and the content has been submitted |
| glowDelayedMouseEnter | delayed version of mouseenter |
| glowDelayedMouseLeave | delayed version of mouseleave |
| hashchange | Raised on changes to the URL hash |
| mutate | Raised on element mutations |
| orientationchange | Raised when a device's orientation changes |
| pan | Raised while a pointer is being moved past a minimum |
| panend | Raised when a pointer is releaed after a pan |
| panstart | Raised once when a pointer is moved a minimum |
| pointerend | Raised when pointing or touching ends |
| pointermove | Raised when pointing or touching moves |
| pointerstart | Raised when pointing or touching begins |
| quote | Raised when quoting selected text |
| rendered | Raised when rendering of content and execution of referenced scripts has completed. |
| resized | Throttled window resize event, raised after resizing has completed |
| scrollend | Raised when scrolling near the end of a container |
| scrolltop | Raised when scrolling near the top of a container |
| swipe | Raised after a pointer release which was moved a minimum velocity |
| swipedown | Raised after a pointer release which was moved a minimum velocity in a down direction |
| swipeleft | Raised after a pointer release which was moved a minimum velocity in a left direction |
| swiperight | Raised after a pointer release which was moved a minimum velocity in a right direction |
| swipeup | Raised after a pointer release which was moved a minimum velocity in an up direction |
| tap | Raised when after a completed, brief, cycle of [pointerstart](@pointerstart) and [pointerend](@pointerend) |
| taphold | Raised when an element is tapped and not released |
| wake | Wake event, raised upon resume from sleep |
jQuery Plugins
| Name | Description |
|---|---|
| dynamicForm | Renders a dynamic form |
| evolutionBookmark | Renders a bookmark toggle link |
| evolutionCodeEditor | Enables text to be rendered and optionally editable with syntax highlighting. |
| evolutionComposer | Textarea wrapper which can host separately-defined interactive textarea behaviors in a cooperative manner |
| evolutionFeature | Renders a feature toggle link |
| evolutionHighlight | Enables highlighting ranges of text in a textarea |
| evolutionHtmlEditor | Enables HTML to be edited. |
| evolutionInlineTagEditor | Renders a tag editor |
| evolutionLike | Renders a like indicator and toggle |
| evolutionMasonry | Enables a multi-column left-to-right layout of variable-height elements. |
| evolutionModerate | Renders a configurable content moderation menu |
| evolutionPager | Renders a pager UI, supporting both ajax and non-ajax paging |
| evolutionProgressIndicator | Renders a progress indicator |
| evolutionResize | Enables a textarea to dynamically resize to fit its contents |
| evolutionScrollSlider | Renders a popup when the page is scrolled. |
| evolutionSqueezeText | Enables text to be squeezed to fit exactly within a defined width before truncation |
| evolutionStarRating | Renders a star rating control |
| evolutionTagTextBox | Renders a tag-editor |
| evolutionTextEditor | Renders a plain text editor capable of editing HTML |
| evolutionTheater | Renders a theater UI |
| evolutionTip | Renders an intelligently-positioned tool tip over an element when hovered |
| evolutionToggleLink | Renders a togglable link with a change callback |
| evolutionTransform | Performs CSS-based transforms and transitions |
| evolutionUserFileTextBox | Renders a user file text box |
| evolutionValidation | Supports validation related to click events. |
| glowColorSelector | Decorates a text input with a color selector |
| glowDropDownList | Decorates a select with more custom markup and stylability |
| glowLookUptextBox | Renders an auto-completing textbox |
| glowMultiUpload | Renders a multi-file upload input |
| glowOrderedList | Renders a sortable list |
| glowPatternedTextBox | Decorates a text input with pattern support |
| glowPopUpMenu | Renders a nested pop up menu |
| glowPopUpPanel | Renders an animated display panel on top of the document |
| glowTabbedPanes | Renders and manages a set of selectable tab panes |
| glowTabSet | Renders and manages a set of selectable tabs |
| glowTransition | Transitions display of one element with another |
| glowTree | Renders a tree of nodes which can be navigated, manipulated, and re-arranged |
| glowUpload | Renders a single file upload form supporting chunked uploads with a visual progress bar |
| uilinks | Enables manipulation of existing ui-link components |
UI Components
| Name | Description |
|---|---|
| bookmark | Presents a content bookmarking UI |
| code | Enables text to be rendered and optionally editable with syntax highlighting. |
| collapseexpand | Presents content that can be toggled |
| feature | Presents a content featuring UI |
| html | Enables HTML in textarea elements to be edited using a rich editor |
| like | Presents a content like UI |
| links | Presents links |
| loading | Presents a loading animation |
| masonry | Arranges elements in a masonry layout |
| moderate | Presents a content moderation UI |
| page | Presents a paging UI |
| poll | Presents poll UI |
| previewhtml | Renders a responsive, auto-resizing preview of a file |
| rate | Presents a content rating UI |
| resizedimage | Presents a resized image |
| scheduledfile | Presents a progress indicator for a scheduled script file execution's status |
| searchresult | Registers dynamic behavior for rendered search results |
| select | Renders a select as a glowDropDownList on certain targets |
| squeezetext | Enables text to be squeezed to fit exactly within a defined width before truncation |
| tag | Presents a content tagging UI |
| theater | Registers dynamic behaviors to initiate jQuery.evolutionTheater plugin usage |
| tip | Presents a tool tip UI |
| tourtip | Registers a tool tip for an element declaratively |
| viewhtml | Renders a responsive, auto-resizing file viewer |
| webpreview | Presents an asynchronously-loaded Web Preview |