Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 11.x
  • Verint Community
Verint Community 11.x
API Documentation Client-side APIs
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • API Documentation
  • +In-Process API Documentation
  • +Plugin API Documentation
  • +REST API Documentation
  • -Widget, Theme, and Automation APIs
    • +Automation Events
    • -Client-side APIs
      • +Client Messages
      • +Composer Plugins
      • +JavaScript API Modules
      • +jQuery Events
      • +jQuery Plugins
      • +UI Components
    • +Dynamic Configuration
    • +LESS Functions
    • +Script API Types
    • +Script APIs

You are currently reviewing an older revision of this page.

  • History View current version

Client-side APIs


Client Messages

NameDescription
activitystory.createdRaised when an activity story is created
activitystory.deletedRaised when an activity story is deleted
activitystory.updatedRaised when an activity story is updated
comment.createdRaised when a comment is created
comment.deletedRaised when a comment is deleted
comment.typingRaised when a comment is being typed
comment.updatedRaised when a comment is updated
comment.votedRaised when a comment vote has been created, updated, or deleted
comments.presenceChangedRaised when users present to a commentable piece of content change
forumReply.createdRaised when a forum reply is created
forumReply.deletedRaised when a forum reply is deleted
forumReply.typingRaised when a forum reply is being typed
forumReply.updatedRaised when a forum reply is updated
forumReply.votedRaised when a forum reply vote has been created, updated, or deleted
forumThread.presenceChangedRaised when users present to a forum thread change
forumThread.updatedRaised when a forum thread is updated
forumThread.votedRaised when a forum reply vote has been created, updated, or deleted
like.createdRaised when a like is created
like.deletedRaised when a like is deleted
notification.raisedRaised when a notification is received via a live alert
notification.readRaised when a notification is read
scheduledFile.completeRaised when a scheduled script file execution completes
scheduledFile.errorRaised when a scheduled script file execution experiences or reports an error.
scheduledFile.progressRaised when a scheduled script file execution reports progress
socket.connectedRaised when sockets are ready for receiving messages
socket.disconnectedRaised when sockets have disconnected unexpectedly
socket.reconnectedRaised when sockets have reconnected after a disconnect
systemnotification.raisedRaised when a system notification is received via a live alert
systemnotification.resolvedRaised when a system notification is resolved
ui.bookmark
ui.feature
ui.likeRaised on user likes
ui.links.changeRaised when a set of UI Links changes the set of visible or hidden links
ui.links.hideRaised when a set of UI Links are hidden
ui.links.showRaised when a set of UI Links are shown
ui.reportabuseRaised on abuse reports
ui.tourtipsRaised when a set of unread tour tips are available to be presented to the user
user.presenceChangedRaised when a user's sitewide presence changes
users.presenceChangedRaised when users' sitewide presence has changed

Composer Plugins

NameDescription
autocompleteAdds generic suggestion support to the Composer
hashtagsAdds hashtag support to the Composer
mentionsAdds @mention support to the Composer
urlhighlightAdds URL highlighting support to the Composer

JavaScript API Modules

NameDescription
administrationToolbarMethods for accessing the site-wide admin toolbar
editableGroupEnables widgets to be validated and edited in groups
javaScriptMethods for encoding JavaScript strings
languageMethods for formatting client-side dates against user-specified server-side formats
mediaMethods for retrieving server-side generated previews of files
messagingClient-side bus for publishing and subscribing to messages
navigationConfirmationEnables confirmation pop-ups when navigating away from pages
notificationsSupports displaying temporary messages to the user.
previewMethods for loading a Web Prview of a URL
regexRegular Expression Utilities
restHelper methods to assist with performing ajax requests against the REST API
shortcutsKeyboard shortcut registrar
systemNotificationsSupports displaying system notifications to the user.
templateSimple client-side templating
tourTipsMethods for registering, presenting, and persisting tour tips
uiUI Component framework methods
urlMethods for parsing and manipulating urls, querystrings, and hashes
utilitiesGeneric utilities and site configuration

jQuery Events

NameDescription
doubletapRaised on a second tap
evolutionCodeEditorChangeRaised when the content of an evolutionCodeEditor instance is changed
evolutionCodeEditorReadyRaised when an evolutionCodeEditor instance is instantiated
evolutionHtmlEditorReadyRaised when an evolutionHtmlEditor instance is instantiated
evolutionHtmlEditorSubmitRaised when an evolutionHtmlEditor is configured to be submittable and the content has been submitted
glowDelayedMouseEnterdelayed version of mouseenter
glowDelayedMouseLeavedelayed version of mouseleave
hashchangeRaised on changes to the URL hash
mutateRaised on element mutations
orientationchangeRaised when a device's orientation changes
panRaised while a pointer is being moved past a minimum
panendRaised when a pointer is releaed after a pan
panstartRaised once when a pointer is moved a minimum
pointerendRaised when pointing or touching ends
pointermoveRaised when pointing or touching moves
pointerstartRaised when pointing or touching begins
quote[/quote]Raised when quoting selected text
renderedRaised when rendering of content and execution of referenced scripts has completed.
resizedThrottled window resize event, raised after resizing has completed
scrollendRaised when scrolling near the end of a container
scrolltopRaised when scrolling near the top of a container
swipeRaised after a pointer release which was moved a minimum velocity
swipedownRaised after a pointer release which was moved a minimum velocity in a down direction
swipeleftRaised after a pointer release which was moved a minimum velocity in a left direction
swiperightRaised after a pointer release which was moved a minimum velocity in a right direction
swipeupRaised after a pointer release which was moved a minimum velocity in an up direction
tapRaised when after a completed, brief, cycle of [pointerstart](@pointerstart) and [pointerend](@pointerend)
tapholdRaised when an element is tapped and not released
wakeWake event, raised upon resume from sleep

jQuery Plugins

NameDescription
dynamicFormRenders a dynamic form
evolutionBookmarkRenders a bookmark toggle link
evolutionCodeEditorEnables text to be rendered and optionally editable with syntax highlighting.
evolutionComposerTextarea wrapper which can host separately-defined interactive textarea behaviors in a cooperative manner
evolutionFeatureRenders a feature toggle link
evolutionHighlightEnables highlighting ranges of text in a textarea
evolutionHtmlEditorEnables HTML to be edited.
evolutionInlineTagEditorRenders a tag editor
evolutionLikeRenders a like indicator and toggle
evolutionMasonryEnables a multi-column left-to-right layout of variable-height elements.
evolutionModerateRenders a configurable content moderation menu
evolutionPagerRenders a pager UI, supporting both ajax and non-ajax paging
evolutionProgressIndicatorRenders a progress indicator
evolutionResizeEnables a textarea to dynamically resize to fit its contents
evolutionScrollSliderRenders a popup when the page is scrolled.
evolutionSqueezeTextEnables text to be squeezed to fit exactly within a defined width before truncation
evolutionStarRatingRenders a star rating control
evolutionTagTextBoxRenders a tag-editor
evolutionTextEditorRenders a plain text editor capable of editing HTML
evolutionTheaterRenders a theater UI
evolutionTipRenders an intelligently-positioned tool tip over an element when hovered
evolutionToggleLinkRenders a togglable link with a change callback
evolutionTransformPerforms CSS-based transforms and transitions
evolutionUserFileTextBoxRenders a user file text box
evolutionValidationSupports validation related to click events.
glowColorSelectorDecorates a text input with a color selector
glowDropDownListDecorates a select with more custom markup and stylability
glowLookUptextBoxRenders an auto-completing textbox
glowMultiUploadRenders a multi-file upload input
glowOrderedListRenders a sortable list
glowPatternedTextBoxDecorates a text input with pattern support
glowPopUpMenuRenders a nested pop up menu
glowPopUpPanelRenders an animated display panel on top of the document
glowTabbedPanesRenders and manages a set of selectable tab panes
glowTabSetRenders and manages a set of selectable tabs
glowTransitionTransitions display of one element with another
glowTreeRenders a tree of nodes which can be navigated, manipulated, and re-arranged
glowUploadRenders a single file upload form supporting chunked uploads with a visual progress bar
uilinksEnables manipulation of existing ui-link components

UI Components

NameDescription
bookmarkPresents a content bookmarking UI
codeEnables text to be rendered and optionally editable with syntax highlighting.
collapseexpandPresents content that can be toggled
featurePresents a content featuring UI
htmlEnables HTML in textarea elements to be edited using a rich editor
likePresents a content like UI
linksPresents links
loadingPresents a loading animation
masonryArranges elements in a masonry layout
moderatePresents a content moderation UI
pagePresents a paging UI
pollPresents poll UI
previewhtmlRenders a responsive, auto-resizing preview of a file
ratePresents a content rating UI
resizedimagePresents a resized image
scheduledfilePresents a progress indicator for a scheduled script file execution's status
searchresultRegisters dynamic behavior for rendered search results
selectRenders a select as a glowDropDownList on certain targets
squeezetextEnables text to be squeezed to fit exactly within a defined width before truncation
tagPresents a content tagging UI
theaterRegisters dynamic behaviors to initiate jQuery.evolutionTheater plugin usage
tipPresents a tool tip UI
tourtipRegisters a tool tip for an element declaratively
viewhtmlRenders a responsive, auto-resizing file viewer
webpreviewPresents an asynchronously-loaded Web Preview

  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2024 Verint, Inc.
Powered by Verint Community