Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: May 19, 2020
Current version: 1.0.2
The textBalloon module creates a text balloon on click specified element and inside the balloon, the specified text is shown.
webanizr.collect('textBalloon', {id__element : "text-balloon-open", text__balloon : 'text ti show inside balloon'});
The formValues module accepts the following parameters:
The element to show text balloon if this element is clicked.
Text to show inside text balloon.
Number of pixels to give the balloon a vertical offset. Can also be a negative number.
Number of pixels to give the balloon a horizontal offset. Can also be a negative number.
If there's a callback, the callback is called when text balloon is shown.
Show a text balloon:
https://cdn.cpmodules.webanizr.com/demo/text-balloon/index.html
Text balloon as a help hint for form:
https://cdn.cpmodules.webanizr.com/demo/form-help-hints/index.html