Class: ViewCss

ViewCss()

The default View interface to css operations

Constructor

new ViewCss()

Source:

Methods

hide(input)

This will set the hidden attribute to true

Parameters:
Name Type Description
input HTMLInputElement

The element

Source:

show(input)

This will set the hidden attribute to false

Parameters:
Name Type Description
input HTMLInputElement

The element

Source: