button-long-press
Reactive icon

Button Long Press

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 1 Oct (2 days ago)
 by 
0.0
 (0 ratings)
button-long-press

Button Long Press

Documentation
1.0.2

1 - Add the component to your screen or block;


2 - Set Input parameters

- ProgressColor - color of the progress. Can be hexadecimal or html text color. Default: "#00FF00";

- HoldTimeSeconds - Value in seconds to finish the progress bar. Default 3 seconds;

- ExtendedClass - Add custom style classes to the Pattern.


3 - Configure the event (OnComplete):

- Hook into the OnComplete event in your logic flow.

- Example: show a confirmation message, call an API, or navigate to another screen.


1.0.1

1 - Add the component to your screen or block;


2 - Set Input parameters

- ProgressColor - color of the progress. Can be hexadecimal or html text color. Default: "#00FF00";

- HoldTimeSeconds - Value in seconds to finish the progress bar. Default 3 seconds;

- ExtendedClass - Add custom style classes to the Pattern.


3 - Configure the event (OnComplete):

- Hook into the OnComplete event in your logic flow.

- Example: show a confirmation message, call an API, or navigate to another screen.



1.0.0

1 - Add the component to your screen or block;

2 - Set Input parameters

- ProgressColor - color of the progress. Can be hexadecimal or html text color. Default: "#00FF00".

- ExtendedClass - Add custom style classes to the Pattern.

3 - Configure the event (OnComplete):

- Hook into the OnComplete event in your logic flow.

- Example: show a confirmation message, call an API, or navigate to another screen.