Hi, The ZEN Mojo Widget reference at ../csp/sys/%ZEN.Mojo.WidgetReference.bootstrap33xHomepage.cls is a great reference for viewing the different components available with each helper plugin - and it also supplies snippets of JSON code to use in your layout definitions.
I'm having problems with the Bootstrap $navbar component however. This is layout definition, with a navbar and button contained within the bar.:
ClientMethod getLayout(key, criteria) [ Language = javascript ]
{
var layout = {};
switch(key) {
case 'home' :
// add layout objects to the children array
layout = {type:'$navbar

