Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Add Field-Level Help Option (as Popover) #67

@gizmoboy

Description

@gizmoboy

Bountysource

Add support to all field types to add an option to display help via an AngularStrap popover (http://mgcrea.github.io/angular-strap/##popovers).

The button for the help should be represented as an icon (question mark in a circle) to the right of the label (if they must be hardcoded, but ideally, styles should be able to be used to change its appearance and position to suit.)

This will require adding an option called helpText which is an object with the following properties:

  • title (string, optional): The title of the popover. Defaults to no title. (translates into the "title" attribute of the popover, if present)
  • class (string, optional): the css class(es) to apply to the popover. (translates into the "class" attribute of the popover, if present)
  • data-content (string): The content of the popover (translates into the "data-content" attribute of the popover)
  • data-animation (string, optional): The animation effect to apply to the popover. (translates into the "data-animation" attribute of the popover, if present)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions