-
Notifications
You must be signed in to change notification settings - Fork 40
Custom dialog
sjarvela edited this page Oct 17, 2015
·
1 revision
Creating a dialog with view & model, use Kloudspeaker module kloudspeaker/ui/dialogs
:
dialogs.custom({
title: 'My Dialog Title',
model: 'my-package/module',
buttons: [{
id: "no",
"title": kloudspeaker.ui.texts.get('dialogClose')
}]
});
Optionally, view can be defined with view
.
For options model
and view
, see Composition.
- Home
- Installation
- Migration from Mollify
- Configuration
- Client configuration options
- Backend configuration options
- Languages
- Uploader
- Troubleshooting
- Plugins
- Quota
- History
- File viewer editor
- Registration
- Comments
- Share
- Archiver
- Item details
- Notificator
- Event logging
- Lost password
- Item collection
- Trash bin
- WebDAV
- Permissions
- Security
- External interface
- Command line interface
- Customizations
- Resources
- Client resource map
- Development
- Client modules
- Plugin
- Creating UI
- Client API
- Development environment
- Change log