Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 12.x
  • Verint Community
Verint Community 12.x
API Documentation glowPopUpPanel 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

glowPopUpPanel jQuery Plugin


jQuery.fn.glowPopUpPanel

Renders an animated display panel on top of the document

Usage

$('SELECTOR').glowPopUpPanel(options)

where 'SELECTOR' is a div element containing content to display as a pop up panel

Options

  • cssClass: string class name to apply to the pop panel
    • default: empty string
  • position: position to open the panel. any combination of left, right, up, down, center
    • default: updown
  • zIndex: z-index at which to render the panel
    • default: 100
  • hideOnDocumentClick: boolean value of whether to hide the panel when the document is clicked
    • default: true
  • focusOnOpen: boolean value of whether to focus the contents of the pop-up when it opens. If null, the pop-up will focus only when the currently focused element is not a text input.
    • default: null

Events

  • glowPopUpPanelShown - triggered when a panel is shown
  • glowPopUpPanelHidden - triggered when a panel is hidden
  • glowPopUpPanelMouseOver - triggered when a panel is moused over
  • glowPopUpPanelMouseOut - triggered when a panel is moused out
  • glowPopUpPanelShowing - triggered when a panel is starting to be shown
  • glowPopUpPanelHiding - triggered when a panel is starting to be hidden

Methods

isShown

Returns whether the panel is currently visible

var isShown = $('SELECTOR').glowPopUpPanel('isShown');

isOpening

Returns whether the panel is currently opening

var isOpening = $('SELECTOR').glowPopUpPanel('isOpening');

show

Shows the panel

$('SELECTOR').glowPopUpPanel('show');

hide

Hides the panel

$('SELECTOR').glowPopUpPanel('hide');

empty

Empties the content of the panel

$('SELECTOR').glowPopUpPanel('empty');

html

Sets new HTML to display in a panel

$('SELECTOR').glowPopUpPanel('html', '<strong>HTML Content</strong>');

append

Appends new content to existing content in the panel where content is a string, element, or selection

$('SELECTOR').glowPopUpPanel('append', '<strong>HTML Content</strong>');

remove

Removes a the the pop up panel's element

$('SELECTOR').glowPopUpPanel('remove', element);

children

Returns all current children elements of the panel's content

var children = $('SELECTOR').glowPopUpPanel('children');

  • 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