Work in progress on a major revision of the NanoUI templating system.

This commit is contained in:
Mark Aherne
2014-07-15 07:10:46 -04:00
committed by ZomgPonies
parent 128c310933
commit fc1d61ac98
6 changed files with 30 additions and 16 deletions
+1
View File
@@ -95,6 +95,7 @@ nanoui is used to open and update nano browser uis
/datum/nanoui/proc/add_common_assets()
add_script("libraries.min.js") // A JS file comprising of jQuery, doT.js and jQuery Timer libraries (compressed together)
add_script("nano_utility.js") // The NanoUtility JS, this is used to store utility functions.
add_script("nano_template.js") // The NanoTemplate JS, this is used to render templates.
add_script("nano_update.js") // The NanoUpdate JS, this is used to receive updates and apply them.
add_script("nano_base_helpers.js") // The NanoBaseHelpers JS, this is used to set up template helpers which are common to all templates
add_stylesheet("shared.css") // this CSS sheet is common to all UIs