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 |
jQuery Plugins
Name | Description |
---|---|
uilinks | Enables manipulation of existing ui-link components |
Client Messages
Name | Description |
---|---|
ui.links.show | Raised when a set of UI Links are shown |
ui.links.hide | Raised when a set of UI Links are hidden |
ui.links.change | Raised when a set of UI Links changes the set of visible or hidden links |
UI Components
Name | Description |
---|---|
loading | Presents a loading animation |
masonry | Arranges elements in a masonry layout |
moderate | Presents a content moderation UI |
page | Presents a paging UI |
contentpeek | Presents a hover-over with additional details about linked content. |
poll | Presents poll UI |
previewhtml | Renders a responsive, auto-resizing preview of a file |
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 |
Idea Voting | Presents an idea voting UI |
webpreview | Presents an asynchronously-loaded Web Preview |
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 |
Client Messages
Name | Description |
---|---|
activitystory.created | Raised when an activity story is created |
activitystory.updated | Raised when an activity story is updated |
activitystory.deleted | Raised when an activity story is deleted |
comment.created | Raised when a comment is created |
comment.updated | Raised when a comment is updated |
comment.deleted | Raised when a comment is deleted |
comment.typing | Raised when a comment is being typed |
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.updated | Raised when a forum reply is updated |
forumReply.deleted | Raised when a forum reply is deleted |
forumReply.typing | Raised when a forum reply is being typed |
forumReply.voted | Raised when a forum reply vote has been created, updated, or deleted |
forumThread.updated | Raised when a forum thread is updated |
forumThread.presenceChanged | Raised when users present to a forum thread change |
forumThread.voted | Raised when a forum reply vote has been created, updated, or deleted |
jQuery Events
Name | Description |
---|---|
tap | Raised when after a completed, brief, cycle of [pointerstart](@pointerstart) and [pointerend](@pointerend) |
taphold | Raised when an element is tapped and not released |
doubletap | Raised on a second tap |
swipe | Raised after a pointer release which was moved a minimum velocity |
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 |
swipedown | Raised after a pointer release which was moved a minimum velocity in a down direction |
panstart | Raised once when a pointer is moved a minimum |
panend | Raised when a pointer is releaed after a pan |
orientationchange | Raised when a device's orientation changes |
hashchange | Raised on changes to the URL hash |
Client Messages
Name | Description |
---|---|
like.created | Raised when a like is created |
like.deleted | Raised when a like is deleted |
jQuery Events
Name | Description |
---|---|
mutate | Raised on element mutations |
Client Messages
Name | Description |
---|---|
notification.raised | Raised when a notification is received via a live alert |
notification.read | Raised when a notification is read |
plugins.initialized | Raised after plugins are initialized or re-initialized |
jQuery Events
Name | Description |
---|---|
pointerstart | Raised when pointing or touching begins |
pointerend | Raised when pointing or touching ends |
pointermove | Raised when pointing or touching moves |
Client Messages
Name | Description |
---|---|
user.presenceChanged | Raised when a user's sitewide presence changes |
users.presenceChanged | Raised when users' sitewide presence has changed |
jQuery Events
Name | Description |
---|---|
quote | Raised when quoting selected text |
rendered | Raised when rendering of content and execution of referenced scripts has completed. |
scrollend | Raised when scrolling near the end of a container |
scrolltop | Raised when scrolling near the top of a container |
Client Messages
Name | Description |
---|---|
systemnotification.raised | Raised when a system notification is received via a live alert |
systemnotification.resolved | Raised when a system notification is resolved |
user.deauthenticated | Raised when a user is forcibly deauthenticated |
jQuery Events
Name | Description |
---|---|
wake | Wake event, raised upon resume from sleep |
JavaScript API Modules
Name | Description |
---|---|
cookie | Helper methods to assist with performing ajax requests against the REST API |
shortcuts | Keyboard shortcut registrar |
Client Messages
Name | Description |
---|---|
user.logout.warning | Raised when a user's session is nearing expiration |
user.logout.warning.canceled | Raised when a user's logout warning is canceled |
JavaScript API Modules
Name | Description |
---|---|
authentication | Client-side methods for manipulating authentication |
administrationToolbar | Methods for accessing the site-wide admin toolbar |
utilities | Generic utilities and site configuration |
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. |
regex | Regular Expression Utilities |
rest | Helper methods to assist with performing ajax requests against the REST API |
Client Messages
Name | Description |
---|---|
scheduledFile.progress | Raised when a scheduled script file execution reports progress |
scheduledFile.error | Raised when a scheduled script file execution experiences or reports an error. |
scheduledFile.complete | Raised when a scheduled script file execution completes |
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 |
JavaScript API Modules
Name | Description |
---|---|
systemNotifications | Supports displaying system notifications to the user. |
template | Simple client-side templating |
tourTips | Methods for registering, presenting, and persisting tour tips |
Client Messages
Name | Description |
---|---|
ui.tourtips | Raised when a set of unread tour tips are available to be presented to the user |
jQuery Plugins
Name | Description |
---|---|
dynamicForm | Renders a dynamic form |
evolutionBookmark | Renders a bookmark toggle link |
Client Messages
Name | Description |
---|---|
ui.bookmark |
jQuery Plugins
Name | Description |
---|---|
evolutionCodeEditor | Enables text to be rendered and optionally editable with syntax highlighting. |
jQuery Events
Name | Description |
---|---|
evolutionCodeEditorChange | Raised when the content of an evolutionCodeEditor instance is changed |
evolutionCodeEditorReady | Raised when an evolutionCodeEditor instance is instantiated |
jQuery Plugins
Name | Description |
---|---|
evolutionComposer | Textarea wrapper which can host separately-defined interactive textarea behaviors in a cooperative manner |
evolutionFeature | Renders a feature toggle link |
Client Messages
Name | Description |
---|---|
ui.feature |
jQuery Plugins
Name | Description |
---|---|
evolutionHighlight | Enables highlighting ranges of text in a textarea |
evolutionHtmlEditor | Enables HTML to be edited. |
jQuery Events
Name | Description |
---|---|
evolutionHtmlEditorSubmit | Raised when an evolutionHtmlEditor is configured to be submittable and the content has been submitted |
evolutionHtmlEditorReady | Raised when an evolutionHtmlEditor instance is instantiated |
jQuery Plugins
Name | Description |
---|---|
evolutionInlineTagEditor | Renders a tag editor |
evolutionLike | Renders a like indicator and toggle |
Client Messages
Name | Description |
---|---|
ui.like | Raised on user likes |
jQuery Plugins
Name | Description |
---|---|
evolutionMasonry | Enables a multi-column left-to-right layout of variable-height elements. |
evolutionModerate | Renders a configurable content moderation menu |
Client Messages
Name | Description |
---|---|
ui.reportabuse | Raised on abuse reports |
jQuery Plugins
Name | Description |
---|---|
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 |
evolutionScrollable | Renders endless scrolling |
evolutionScrollSlider | Renders a popup when the page is scrolled. |
evolutionStarRating | Renders a star rating control |
evolutionTagTextBox | Renders a tag-editor |
evolutionTextEditor | Renders a plain text editor capable of editing HTML |
evolutionSqueezeText | Enables text to be squeezed to fit exactly within a defined width before truncation |
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. |
UI Components
Name | Description |
---|---|
rate | Presents a content rating UI |
viewhtml | Renders a responsive, auto-resizing file viewer |
jQuery Events
Name | Description |
---|---|
pan | Raised while a pointer is being moved past a minimum |
resized | Throttled window resize event, raised after resizing has completed |
JavaScript API Modules
Name | Description |
---|---|
preview | Methods for loading a Web Prview of a URL |
ui | UI Component framework methods |
url | Methods for parsing and manipulating urls, querystrings, and hashes |
jQuery Plugins
Name | Description |
---|---|
glowColorSelector | Decorates a text input with a color selector |
glowDateTimeSelector | Decorates a text input with a date selector |
jQuery Events
Name | Description |
---|---|
glowDelayedMouseEnter | delayed version of mouseenter |
glowDelayedMouseLeave | delayed version of mouseleave |
jQuery Plugins
Name | Description |
---|---|
glowDropDownList | Decorates a select with more custom markup and stylability |
glowUpload | Renders a single file upload form supporting chunked uploads with a visual progress bar |
glowLookUptextBox | Renders an auto-completing textbox |
glowModal | Manages modal windows |
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 |