PHP Classes

File: templates/izi/modal.js

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Modals, alerts and confirmation dialogs for Jaxon   templates/izi/modal.js   Download  
File: templates/izi/modal.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Modals, alerts and confirmation dialogs for Jaxon
Display Ajax modal, alert and confirmation dialogs
Author: By
Last change:
Date: 6 years ago
Size: 276 bytes
 

Contents

Class file image Download
// Modal container if(!$("#<?php echo $this->container ?>").length) { $('body').append('<div id="<?php echo $this->container ?>"></div>'); } jaxon.command.handler.register("izimodal.show", function(args) { $("#<?php echo $this->container ?>").iziModal(args.data); });