[]
        
(Showing Draft Content)

wjColorPicker Class

wjColorPicker Class

KnockoutJS binding for the ColorPicker control.

Use the wjColorPicker binding to add ColorPicker controls to your KnockoutJS applications. For example:

<p>Here is a ColorPicker control:</p>
<div
  data-bind="wjColorPicker: { value: theColor }">
</div>

The wjColorPicker binding supports all read-write properties and events of the ColorPicker control. The following properties provide two-way binding mode:

  • value

Heirarchy

  • WjBinding
    • wjColorPicker