Namespace: bubble

bubble

A JQuery widget for showing context-sensitive information for any form element in a popup bubble (aka tooltip). Bubbles can be attached to any element and are automatically positioned to account for target element position on the page and page scroll such that they will always be visible on the page. Bubbles will be positioned above/right, above/left, bottom/left, or bottom/right of the target using callout arrows to point to the target. Each bubble contains a title and content, where content can be any HTML markup. Hover over an element and the bubble appears immediately or after a configureable delay. Move off the target or bubble and the bubble disappears immediately or after a configureable delay. Bubble markup containing title and content can be sent with the page or created automatically in the browser. Title and content can be editted directly inside the bubble via the "editable" option.
Properties:
Name Type Description
props Object Key-Value pairs of properties.
Properties
Name Type Description
title string The bubble title
content string The bubble content, can include HTML markup.
editable boolean When set to true, the Edit icon is available for displaying the bubble in edit mode so title and content can be changed.
ajax string URL to retrieve title and content in JSON format. This would be used instead of the title and content attributes.
Source:

Events

bubblechanged

The custom event triggered when title or content of an editable bubble has changed.
Type:
  • string
Properties:
Name Type Description
target object The target element the bubble is associated with
title string The updated bubble title
content string The updated bubble content
Source: