maniakalen/widgets

Yii2 widgets from maniakalen


Keywords
php, yii2
License
Other

Documentation

yii2-widgets

PHP yii2 widgets

A small (at the moment) set of widgets for yii2 UI build

Modal confirm Bootstrap dialog

To invoke the modal confirm dialog use:

confirmModal({json config}).done(<done callback>).fail(<fail callback>);

possible config json params are:

- id - This one is mandatory
- title - optional - default: Confirm an action
- content - optional - default: Are you sure you want to proceed with this action?
- titleOk - optional - default: Yes
- titleCancel - optional - default: No