Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 478847c9

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID 478847c95099574627483ae4057cf5ba8541c69d
  • Vorgänger 35ed498d
  • Nachfolger 83a66cd8

mobile: Materialize modals 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