@@include('./src/components/ES6/_global/include-header.html') @@include('./src/components/ES6/_global/include-loader.html') @@include('./src/components/ES6/_global/include-toggle-trigger.html')
@@include('./src/components/ES6/_global/include-brand.html') @@include('./src/components/ES6/_global/include-menu.html')

Modal Dialog Automatically Open

Trigger with a simple JavaScript

$( document ).ready( function() {
	$(document).UixFireModalDialog({
		id: 'modal-open-1',
		height: false,
		width: false,
		speed: 500,
		lightbox  : true,
		autoClose : false //If the value is 2000, it will automatically close after 2 seconds.
	});

} );

@@include('./src/components/ES6/_global/include-copyright.html')
@@include('./src/components/ES6/_global/include-footer.html')