Revision 02db7665
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
js/kivi.js | ||
---|---|---|
468 | 468 |
// - dialog: an optional object of options passed to the $.dialog() call |
469 | 469 |
// - load: an optional function that is called after the content has been loaded successfully (only if an AJAX call is made) |
470 | 470 |
ns.popup_dialog = function(params) { |
471 |
if (kivi.Materialize) |
|
472 |
return kivi.Materialize.popup_dialog(params); |
|
473 |
|
|
471 | 474 |
var dialog; |
472 | 475 |
|
473 | 476 |
params = params || { }; |
Auch abrufbar als: Unified diff
MaterialComponents: Materialize modals als Ersatz für kivi.popup_dialog