-
Notifications
You must be signed in to change notification settings - Fork 1
setPopup
jdubs edited this page Oct 23, 2016
·
1 revision
This function attaches the functions needed to show and hide another element usually designated as a help message. All appropriate properties are also attached to control how, when and where the control is displayed.
setPopup(elementName)
( elementName ) The name of the element that will be displayed on mouseover.
<div id="HelpItem" class="HelpPopup">Here is the help</div>
<p>[[Input]]</p>
spec['Input'].setPopup('HelpItem');