[]
        
(Showing Draft Content)

wjInputColor Class

wjInputColor Class

KnockoutJS binding for the InputColor control.

Use the wjInputColor binding to add InputColor controls to your KnockoutJS applications. For example:

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

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

  • isDroppedDown
  • text
  • value

Heirarchy

  • WjDropDownBinding
    • wjInputColor