Skip to content

setPopup

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

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.

Signature

setPopup(elementName)

Parameters

( elementName ) The name of the element that will be displayed on mouseover.

Example

<div id="HelpItem" class="HelpPopup">Here is the help</div>
<p>[[Input]]</p>
spec['Input'].setPopup('HelpItem'); 

Clone this wiki locally