Using Mustache to Build Websites - tooltwist/documentation GitHub Wiki
Since version 8.2 the ToolTwist Designer allows widgets to be defined using Mustache. These templates allow many widgets to be created and maintained directly from the Designer rather than the ToolTwist Workbench.
Why Mustache?
Creating a Widget with Mustache
Creating a Template for Pages using Mustache
Creating a One-Off Page with Mustache
Making Mustache widgets look good in the Designer
Using a ViewHelper with a Mustache widget
Adding Drop areas to Mustache widgets
Links
http://mustache.github.com/mustache.5.html
http://mustache.github.io
https://github.com/spullara/mustache.java
http://mustache.github.io/mustache.5.html
http://coenraets.org/blog/2011/12/tutorial-html-templates-with-mustache-js/
https://groups.google.com/forum/?fromgroups#!forum/mustachejava
http://www.javarants.com/2011/10/09/new-features-and-extensions-in-mustache-java/
http://www.javarants.com/2010/05/03/the-ideal-web-application-templating-system/
http://www.javarants.com/2010/06/16/building-the-ideal-web-application-template-engine/
To be completed...
code inserters
- super().getCodeInserters
- don't define the view helper
page data
Mustache variables From the widget TT session view helper
--