De Coster -> LUX 15 BLI GOU
LUX 20 VAK 25 OCE
- Merk
- Omschrijving : Luxevensterdoos N°12 188x188/29mm (vak 37x37mm) OCEAN BLUE opaque
- Stock :
function doGrowlError(errmsg){
$('div.ygnotify').remove();$.notify({
//icon: 'glyphicon glyphicon-star',
//title : 'TEST',
message: errmsg
},{
type: 'yglobal-danger',
delay: 5000,
allow_dismiss: true,
onClose: function(){console.log('first closed')},newest_on_top: false,
showProgressbar: false,
placement: {
from: "bottom",
align: "right"
},
offset: 20,timer: 1000,
//icon_type : 'class',
animate: {
enter: 'animated fadeInRight',
exit: 'animated fadeOutRight'
},
template: '' +
'' +
//' ' +
//'{1}' +
'{2}' +
'
'
}
);
}
function doBlockerError(error) { if(!$j('.jconfirm').length > 0) { $j.confirm({ icon: 'fas fa-exclamation-triangle', title: false, content: error, type: 'red', typeAnimated: true, buttons: { "CANCEL": function () { return; } }, });}}function gotoLocation(path) {gotoLocation(path);}function doGrowlWarning(errmsg){
$('div.ygnotify').remove();$.notify({
//icon: 'glyphicon glyphicon-star',
//title : 'TEST',
message: errmsg
},{
type: 'yglobal-warning',
delay: 5000,
allow_dismiss: true,
onClose: function(){console.log('first closed')},newest_on_top: false,
showProgressbar: false,
placement: {
from: "bottom",
align: "right"
},
offset: 20,timer: 1000,
//icon_type : 'class',
animate: {
enter: 'animated fadeInRight',
exit: 'animated fadeOutRight'
},
template: '' +
'' +
//' ' +
//'{1}' +
'{2}' +
'
'
}
);
}
function doGrowlInfo(errmsg){
$('div.ygnotify').remove();$.notify({
//icon: 'glyphicon glyphicon-star',
//title : 'TEST',
message: errmsg
},{
type: 'yglobal-info',
delay: 5000,
allow_dismiss: true,
onClose: function(){console.log('first closed')},newest_on_top: false,
showProgressbar: false,
placement: {
from: "bottom",
align: "right"
},
offset: 20,timer: 1000,
//icon_type : 'class',
animate: {
enter: 'animated fadeInRight',
exit: 'animated fadeOutRight'
},
template: '' +
'' +
//' ' +
//'{1}' +
'{2}' +
'
'
}
);
}
function doGrowlSuccess(errmsg){
$('div.ygnotify').remove();$.notify({
//icon: 'glyphicon glyphicon-star',
//title : 'TEST',
message: errmsg
},{
type: 'yglobal-success',
delay: 5000,
allow_dismiss: true,
onClose: function(){console.log('first closed')},newest_on_top: false,
showProgressbar: false,
placement: {
from: "bottom",
align: "right"
},
offset: 20,timer: 1000,
//icon_type : 'class',
animate: {
enter: 'animated fadeInRight',
exit: 'animated fadeOutRight'
},
template: '' +
'' +
//' ' +
//'{1}' +
'{2}' +
'
'
}
);
}
×