Uize.module ({ name:'Uize.Widgets.ColorsTransformer.Html', builder:function () { 'use strict'; return Uize.package ({ process:function (i) { function _childHtml (_properties) {return m.childHtml (_properties)} var m = this, i = arguments [0], _idPrefix = i.idPrefix, _fragment0 = '</td>\r\n </tr>\r\n <tr>\r\n <td>' ; return ( '<table border="0" cellpadding="0" id="' + _idPrefix + '" class="' + i['mCssBindings_rootNodeClasses'] + '">\r\n <tr>\r\n <td>' + _childHtml ({name:'hueShiftAndRange'}) + _fragment0 + _childHtml ({name:'saturationShiftAndRange'}) + _fragment0 + _childHtml ({name:'lightnessShiftAndRange'}) + '</td>\r\n </tr>\r\n <tr>\r\n <td style="text-align: center;">' + _childHtml ({name:'reset'}) + '</td>\r\n </tr>\r\n</table>\r\n\r\n' ); } }); } });