Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 11.x
  • Verint Community
Verint Community 11.x
API Documentation editableGroup JavaScript API Module
  • 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
        • administrationToolbar JavaScript API Module
        • editableGroup JavaScript API Module
        • javaScript JavaScript API Module
        • language JavaScript API Module
        • media JavaScript API Module
        • messaging JavaScript API Module
        • navigationConfirmation JavaScript API Module
        • notifications JavaScript API Module
        • preview JavaScript API Module
        • regex JavaScript API Module
        • rest JavaScript API Module
        • shortcuts JavaScript API Module
        • systemNotifications JavaScript API Module
        • template JavaScript API Module
        • tourTips JavaScript API Module
        • ui JavaScript API Module
        • url JavaScript API Module
        • utilities JavaScript API Module
      • +jQuery Events
      • +jQuery Plugins
      • +UI Components
    • +Dynamic Configuration
    • +LESS Functions
    • +Script API Types
    • +Script APIs

editableGroup JavaScript API Module


jQuery.telligent.evolution.editableGroup

The editable group module enables widgets to be validated and edited in groups. This is how the editable user profile is implemented.

Note that this API works with the $core_editableGroup scripted widget extension that exposes methods to simplify registration, retrieving the save script, retrieving the validation script, loading related widgets in edit mode and view mode.

Methods

register

Registers a widget or script to be edited within a group identified by groupName.

$.telligent.evolution.editableGroup.register(groupName, options)

options:

  • save: a function that, when called, should perform the grouped save associated to this registration. The function can return true or false to identify whether the save was successful or not return a boolean but use the passed in function parameters success and failure to identify success and failure asynchronously.
  • validate: a function that, when called, should perform validation associated to this registration. The function can return true or false to identify whether the save was successful or not return a Boolean but use the passed in function parameters success and failure to identify success and failure asynchronously.

save

Initiates the saving functionality related to the specified groupName.

$.telligent.evolution.editableGroup.save(groupName, options)

options:

  • success: a function to execute when all registered save behavior has completed successfully.
  • error: a function to execute when any of the registered save behavior identifies an error.

validate

Initiates the validation functionality related to the specified groupName.

$.telligent.evolution.editableGroup.validate(groupName, options)

options:

  • success: a function to execute when all registered validations have been successful.
  • error: a function to execute when any of the registered validations have failed.

  • 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 2022 Verint, Inc.
Powered by Verint Community