maniakalen / widgets
Yii2 widgets from maniakalen
Installs: 41
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maniakalen/widgets
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