#Modal

Set Variables
Include close button
JavaScript (example):
(function(_c) {

	// Create modal module
	var modal = _c.create.modal({
		id : '',
		close : ,
		title : '',
		content : '',
		footer : '',
		transition : ''
	});

	// Do something with it...
	modal.show();

})(Chicago);
Run: