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 = '\r\n \r\n \r\n '
;
return (
'\r\n \r\n ' + _childHtml ({name:'hueShiftAndRange'}) + _fragment0 + _childHtml ({name:'saturationShiftAndRange'}) + _fragment0 + _childHtml ({name:'lightnessShiftAndRange'}) + ' | \r\n \r\n \r\n ' + _childHtml ({name:'reset'}) + ' | \r\n \r\n \r\n\r\n'
);
}
});
}
});
|