Wirefarme Scripts - mixatheme/Wireframe GitHub Wiki

NOTE: THIS WIKI PAGE WAS WRITTEN WAY BACK IN 2015 FOR WIREFRAME ALPHA. WE ARE CURRENTLY IN THE PROCESS OF UPDATING THESE DOCS HOPEFULLY FOR A JUNE 2017 RELEASE. THANK YOU FOR YOUR PATIENCE.

framework.js

// @TODO

theme.js

Container

function Container( images, forms, tables, widgets, comments ) {
	this.images		= images;
	this.forms		= forms;
	this.tables		= tables;
	this.widgets	= widgets;
	this.comments	= comments;
}

Init

var init_bs3 = new Container(
	new BS3_Images.init(),
	new BS3_Forms.init(),
	new BS3_Tables.init(),
	new BS3_Comments.init(),
	new BS3_Widgets.init()
);

navigation.js

// @TODO

skip-link-focus-fix.js

// @TODO

customizer.js

// @TODO