Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@boris-jenicek boris-jenicek released this 22 Oct 21:56
· 4 commits to master since this release

Added

  • custom buttons: disable / enable
    example:
    this.dialogBelonging.buttons[1].disable();
    this.dialogBelonging.buttons[1].enable();
  • custom buttons: hide / show
    example:
    this.dialogBelonging.buttons[1].hide();
    this.dialogBelonging.buttons[1].show();