All Downloads are FREE. Search and download functionalities are using the official Maven repository.

open_admin_style.js.admin.blc-admin.js Maven / Gradle / Ivy

There is a newer version: 3.1.15-GA
Show newest version
/* Utility methods provided by Broadleaf Commerce for admin */
var BLCAdmin = (function($) {
    
	// This will keep track of our current active modals so that we are able to overlay them
	var modals = [];
	var preValidationFormSubmitHandlers = [];
	var validationFormSubmitHandlers = [];
	var postValidationFormSubmitHandlers = [];
	var initializationHandlers = [];
	var updateHandlers = [];
	var stackedModalOptions = {
	    left: 20,
	    top: 20
	}
	
    function getModalSkeleton() {
        var $modal = $('
', { 'class' : 'modal' }); var $modalHeader = $('
', { 'class' : 'modal-header' }); $modalHeader.append($('

')); $modalHeader.append($('





© 2015 - 2024 Weber Informatics LLC | Privacy Policy