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

Trigger

eyeyunianto edited this page Jan 2, 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
Clone this wiki locally