trigger-event
Web icon

Trigger Event

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 August 2024
 by 
0.0
 (0 ratings)
trigger-event

Trigger Event

Documentation
1.0.0

Actions 

 

 

InjectJavascript: Creates a click type javascript, to be used in element properties, e.g.: button.

  • EventName: Name of the event that will be used to create the javascript click. 
  • Javascript: Returns the javascript click. 

 

TriggerEvent: Action to call the block event, can be used in preparation. 

  • EventName: Name of the event that will be used to call the button that calls the block event. 

 

 

Options 

 


TriggerEvent: You can call an event from anywhere on the page, even in preparation, in the demo app there is an example calling it through preparation. 

  • EventName: Name of the event that will be used to call with the server-action TriggerEvent. 
  • Trigger: Calls some event or action.


  • In traditional web, it is not possible to call an action from an event of an extend properties, with this component you can inject javascript to call the event you want.
    • Using the InjectJavascript(ElOnChangeDataFim) function and passing the same name you used in the component!