Class: UIAction

Simplicite.UI.View.UIAction

new UIAction

UIAction

Parameters:
Name Type Description
ctn jQuery container
obj Simplicite.Ajax.BusinessObject Object
action object Action metadata
Source:
  • main.js, line 1866

Methods

<static> this.click

Bind a 'click' on button

Parameters:
Name Type Description
handler function related handler
Source:
  • main.js, line 1882

<static> this.enable

Enable/Disable the action

Parameters:
Name Type Description
enabled boolean false to disable
Source:
  • main.js, line 1892

<static> this.visible

Show/Hide the action

Parameters:
Name Type Description
vis boolean visibility ? false to hide
Source:
  • main.js, line 1904