Projekt

Allgemein

Profil

GX-Feature #48639

Von Wilken Haase vor etwa 8 Jahren aktualisiert

Ab v3.3.1.0 muss man um Notifications Notifcations in der Infobox des Gambio Admin zu platzieren das die JSEngine Library Objekt Datei "jse.libs.info_box" statt "jse.libs.info_box.service" benutzen  

 Beispiel:  

 ~~~ javascript 
 jse.libs.info_box.addMessage({ 
   source: 'ajax', 
   identifier: 'asdas', 
   status: 'new', 
   type: 'success', 
   visibility: 'removable', 
   customerId: 0, 
   headline: 'My Headline', 
   buttonLabel: 'Test Button', 
   buttonLink: 'http://google.com', 
   buttonLink: 'customers.php', 
   message: 'Hallo!', 
 }); 
 ~~~ 

 Dateipfad:  

 ~~~ 
 /admin/javascript/engine/libs/info_box.js 
 ~~~ 

Zurück