SOURCE CODE: Uize.Widgets.ColorSliders.Vert.Html (view docs)

Uize.module ({
  name:'Uize.Widgets.ColorSliders.Vert.Html',
  required:[
    'Uize.Util.Html.Encode'
  ],
  builder:function () {
    'use strict';

    return Uize.package ({
      process:function (i) {
        function _cssClass (_class) {return m.cssClass (_class)}
        function _childHtml (_properties) {return m.childHtml (_properties)}
        function _encodeAttributeValue (_value) {return Uize.Util.Html.Encode.encode (_value)}
        function _resolveNonStringToPixel (_value) {return typeof _value == "string" ? _value : +_value + "px"}
        var
          m = this,
          i = arguments [0],
          _idPrefix = i.idPrefix,
          _fragment0 = '" style="',
          _fragment1 = 'height:' + _resolveNonStringToPixel (i['sliderHeight']) + ';',
          _fragment2 = '\n    \n    ',
          _fragment7 = _cssClass ('channelLabel'),
          _fragment8 = '\n    \n    
\n \n \n \n \n
//