Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 12.x
  • Verint Community
Verint Community 12.x
API Documentation evolutionProgressIndicator jQuery 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
      • +JavaScript API Modules
      • +jQuery Events
      • -jQuery Plugins
        • dynamicForm jQuery Plugin
        • evolutionBookmark jQuery Plugin
        • evolutionCodeEditor jQuery Plugin
        • evolutionComposer jQuery Plugin
        • evolutionFeature jQuery Plugin
        • evolutionHighlight jQuery Plugin
        • evolutionHtmlEditor jQuery Plugin
        • evolutionInlineTagEditor jQuery Plugin
        • evolutionLike jQuery Plugin
        • evolutionMasonry jQuery Plugin
        • evolutionModerate jQuery Plugin
        • evolutionPager jQuery Plugin
        • evolutionProgressIndicator jQuery Plugin
        • evolutionResize jQuery Plugin
        • evolutionScrollable jQuery Plugin
        • evolutionScrollSlider jQuery Plugin
        • evolutionSqueezeText jQuery Plugin
        • evolutionStarRating jQuery Plugin
        • evolutionTagTextBox jQuery Plugin
        • evolutionTextEditor jQuery Plugin
        • evolutionTheater jQuery Plugin
        • evolutionTip jQuery Plugin
        • evolutionToggleLink jQuery Plugin
        • evolutionTransform jQuery Plugin
        • evolutionUserFileTextBox jQuery Plugin
        • evolutionValidation jQuery Plugin
        • glowColorSelector jQuery Plugin
        • glowDateTimeSelector jQuery Plugin
        • glowDropDownList jQuery Plugin
        • glowLookUptextBox jQuery Plugin
        • glowModal jQuery Plugin
        • glowMultiUpload jQuery Plugin
        • glowOrderedList jQuery Plugin
        • glowPatternedTextBox jQuery Plugin
        • glowPopUpMenu jQuery Plugin
        • glowPopUpPanel jQuery Plugin
        • glowTabbedPanes jQuery Plugin
        • glowTabSet jQuery Plugin
        • glowTransition jQuery Plugin
        • glowTree jQuery Plugin
        • glowUpload jQuery Plugin
        • uilinks jQuery Plugin
      • +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

evolutionProgressIndicator jQuery Plugin


jQuery.fn.evolutionProgressIndicator

This plugin supports rendering a progress indicator including a progress bar and/or a message log. This plugin is typically invoked by the scheduledfile UI components as rendered by core_v2_ui.ScheduledFile() scheduled script file execution status indicators.

Usage

$('SELECTOR').evolutionProgressIndicator(options)

Options

  • includePercentComplete: (boolean) Whether or not to include a percentage-based progress bar
    • default true
  • includeLatestMessage: (boolean) Whether or not to include only the latest message received from $().evolutionProgressIndicator('progress').
    • default true
  • includeAllMessages: (boolean) Whether or not to include all messages received from $().evolutionProgressIndicator('progress').
    • default false
  • progressClass: (string) CSS class applied while in progress
    • default progress-indicator-progress
  • completeClass: (string) CSS class applied when complete
    • default progress-indicator-complete
  • errorClass: (string) CSS class applied when an error is raised
    • default progress-indicator-error
  • warnBeforeUnload: (boolean) Whether a message should be shown warning before leaving a non-completed progress session
    • default false
  • showPending: (boolean) Whether a pending state should be shown before progress is received
    • default false
  • beforeUnloadMessageTip: (string) UI Tip message to show with label if warnBeforeUnload` is enabled
    • default null
  • beforeUnloadMessageLabel: (string) Message to show in label if warnBeforeUnload` is enabled
    • default null
  • pendingTip: (string) Message to show in UI Tip if showPending is enabled`
    • default null

Methods

progress

Applies a progress report to the indicator, including a completion percentage and/or a status message.

// Send a progress report with percent complete and a message
$('SELECTOR').evolutionProgressIndicator('progress', { percentComplete: .5, message: 'Halfway done!' });

// Send a progress report with percent complete
$('SELECTOR').evolutionProgressIndicator('progress', { percentComplete: .5 });

// Send a progress report with a message
$('SELECTOR').evolutionProgressIndicator('progress', { message: 'Halfway done!' });

Options:

  • percentComplete: (float) Completion percentage, between 0.0 and 1.0.
    • default null
  • message: (string) Status message
    • default null

complete

Applies a completion state to the indicator

$('SELECTOR').evolutionProgressIndicator('complete')

error

Applies an error state to the indicator

$('SELECTOR').evolutionProgressIndicator('error')

  • 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