PHP Classes

File: public/asset/js/config/modal.config.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/js/config/modal.config.js   Download  
File: public/asset/js/config/modal.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 481 bytes
 

Contents

Class file image Download
var modalConf = { 'detail-user': { modalId: "keranjang", wrapper: ".generated-modals", opt: { size: 'modal-lg', type: 'custom', kembali: false, open: true, destroy: true, saatBuka: () => { }, saatTutup: (e) => { }, modalTitle: "Keranjang belanjaan anda", modalBody: { customBody: '<h1>Hello</h1>' }, } } }