Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6c906315

Von Sven Schöling vor fast 3 Jahren hinzugefügt

  • ID 6c90631576a61bfe8ee843d8f454d5759a2a5bb0
  • Vorgänger ea869efe
  • Nachfolger c2994c1a

MaterialComponents: Materialize modals als Ersatz für kivi.popup_dialog

Unterschiede anzeigen:

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