Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 11.x
  • Verint Community
Verint Community 11.x
API Documentation autocomplete Composer Plugin
  • 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
        • autocomplete Composer Plugin
        • hashtags Composer Plugin
        • mentions Composer Plugin
        • urlhighlight Composer Plugin
      • +JavaScript API Modules
      • +jQuery Events
      • +jQuery Plugins
      • +UI Components
    • +Dynamic Configuration
    • +LESS Functions
    • +Script API Types
    • +Script APIs

autocomplete Composer Plugin


Autocomplete Composer Plugin

Composer plugin which adds generic suggestion support to the composer.

Like other Composer plugins, it can be declared in the list of plugins when instantiating a composer

$('textarea.selector').evolutionComposer({
    plugins: ['autocomplete']
    // extra options supported by the autocomplete plugin
});

Options

  • onSuggestionList: function which is called to asynchronously provide suggested type-ahead results during autocompletion
    • parameters:
      • query: string query
      • complete: function to be called to pass the results back to the composer. Should be passed an array of objects with at least a viewHtml propery
  • onSuggestionSelect: function which is called when a suggestion is selected.
    • parameters:
      • suggestion: suggestion object from the call to onSuggestionList matching the selected item

  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • 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