Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Trigger

Ibnu Yahya edited this page Jul 31, 2014 · 4 revisions

Action Trigger used to make some interruption to Application.

How to use

Action Trigger can be used on button action.

<button onclick="ign.Action_Trigger_Options()">Click</button>

example

<button onclick="ign.back()">Click to Back</button>

Function

  • ign.quit() used to exit from application.
  • ign.back() used to back to before frame.
  • ign.forward() used to go to next frame.
  • ign.reload() used to activated options refresh and can be used to refresh application window.
  • ign.stop() used to stop application process
  • ign.copy() Copy action trigger
  • ign.cut() Cut action trigger
  • ign.paste() Paste action trigger
  • ign.undo() Undo action trigger
  • ign.redo() Redo action trigger
Clone this wiki locally