UIView

Simplicite.UI.View. UIView

new UIView(ctn, view)

Description:
  • UIView

Parameters:
Name Type Description
ctn jQuery

container

view Object

View metadata

Methods

(static) this.off(event)

Description:
  • Unbind UI event

Parameters:
Name Type Description
event string

event name (change, keydown...)

(static) this.on(event, handler)

Description:
  • Bind UI event

Parameters:
Name Type Description
event string

event name (change)

handler function

related handler

(static) this.visible(vis)

Description:
  • Show/Hide the view

Parameters:
Name Type Description
vis boolean

visibility ? false to hide