maniakalen / widgets
Yii2 widgets from maniakalen
1.1.12
2018-11-05 13:21 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: >=2.0.12
- yiisoft/yii2-bootstrap: *
README
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