Uize.module ({
name:'UizeSite.Widgets.EnabledBusyDemo.Html',
builder:function () {
'use strict';
return Uize.package ({
process:function (i) {
function _cssClass (_class) {return m.cssClass (_class)}
function _childHtml (_properties) {return m.childHtml (_properties)}
var
m = this,
i = arguments [0],
_idPrefix = i.idPrefix,
_fragment0 = '" class="',
_fragment1 = '\r\n '
;
return (
'\r\n
' + i['idPrefix'] + '
\r\n
\r\n ENABLED: \r\n \r\n | \r\n BUSY: \r\n \r\n \r\n ' + _childHtml ({name:'button1',text:'BUTTON 1',size:'small'}) + _fragment1 + _childHtml ({name:'button2',text:'BUTTON 2',size:'small'}) + '\r\n
\r\n ' + _childHtml ({name:'childWidget0'}) + _fragment1 + _childHtml ({name:'childWidget1'}) + '\r\n
\r\n
\r\n\r\n'
);
}
});
}
});