- jComponent
v19|v20
- easy usage
- singleton
- works with Bootstrap
- supports dark mode
- modal
Configuration:
cancel
{String} a label for cancel button (default:Cancel
)- NEW:
style
{Number} changes style (supported style1
(default) and2
)
Methods:
component.show(message, approve_button_label, [cancel_button_label], callback, [callback_cancel])
Usage:
SETTER('approve/show', message, 'Yes', function() {
});
// "Remove" button will be with Font-Awesome icon called: "trash-o"
SETTER('approve/show', 'Are you sure you want to remove selected item?', ':trash-o: Remove', REMOVE_FUNCTION);
// "Confirm" button will be "green" with Font-Awesome icon called: "checked-circle"
SETTER('approve/show', 'Are you sure you want to confirm selected items?', ':checked-circle: Confirm #2BA433', REMOVE_FUNCTION);
- Peter Širka [email protected]
- License