Example #1
0
 _buildStructure: function() {
     return d('.hk-box');
 }
Example #2
0
 _buildStructure: function() {
     return d('canvas.hk-knob', {width: this._size, height: this._size});
 },
Example #3
0
 _buildStructure: function() {
     return d('.hk-horizontal-slider',
         d('.fill!fill'),
         d('.caption!captionEl')
     );
 },
Example #4
0
 _buildStructure: function() {
     return d('a', {href: '#'}, d('span!text'));
 },
Example #5
0
 _buildStructure: function() {
     return d('.hk-console');
 }