https://github.com/uwriegel/dialogbox-vue
Opening a dialogbox with customized content and many choosable dialog buttons
https://github.com/uwriegel/dialogbox-vue
Last synced: 5 days ago
JSON representation
Opening a dialogbox with customized content and many choosable dialog buttons
- Host: GitHub
- URL: https://github.com/uwriegel/dialogbox-vue
- Owner: uwriegel
- License: mit
- Created: 2020-10-17T06:52:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T11:33:39.000Z (about 4 years ago)
- Last Synced: 2025-02-15T12:50:07.939Z (6 days ago)
- Language: Vue
- Size: 1.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dialogbox-vue
Opening a dialogbox with customized content and many choosable dialog buttons## Dialog without content
Displaying a simple Dialog containing only text and buttons## Dialog with extended content
Displaying a simple Dialog containing text, additional content and buttons"additional content" is a Vue Component containig the additional content.
The following methods must be implemented:
* getFocusables()
* getFocusIndex(buttonCount)
* getDefaultButton(this.defButton)