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

Trigger

Eko Yunianto edited this page Nov 10, 2013 · 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.cut() used to cut a file or directory.
  • ign.copy() used to copy a file or directory.
  • ign.paste() used to paste a file or directory.
  • ign.undo() used to undo process.
  • ign.redo() used to redo process.
Clone this wiki locally