Skip to content
jdubs edited this page Oct 23, 2016 · 1 revision

Overview

This function toggles the control's visibility. If it is visible it is hidden. If hidden it is shown.

Signature

toggle()

Example

spec['Input'].toggle();

Clone this wiki locally