53
Name
Description
&
The gotFocus event handler.
r.
lost-focus
&
The lostFocus event handler.
WjInputColor
AngularJS directive for the InputColor control.
l.
Use the wj-input-color directive to add InputColor controls to your AngularJS applications.
lications.
Note that directive and parameter names must be formatted as lower-case with dashes instead
ad
of camel-case. For example:
<p>Here is an InputColor control:</p>
<wj-input-color
value="theColor"
show-alpha-channel="false">
>
</wj-input-color>
>
The wj-input-color directive supports the following attributes:
butes:
ng-model
@
Binds the control's value property using the ng-model Angular directive. Binding the
g the
property using the ng-model directive provides standard benefits like validation,
adding the control's state to the form instance, and so on. To redefine properties on a
control that is bound by the ng-model directive, use the wj-model-property attribute.
te.
wj-model-property
y
@
Specifies a control property that is bound to a scope using the ng-model directive.
ive.
control
=
A reference to the InputColor control created by this directive.
is-dropped-down
n
@
A value indicating whether the drop-down is currently visible.
initialized
&
This event occurs after the binding has finished initializing the control with attribute
values.
is-initialized
=
A value indicating whether the binding has finished initializing the control with
attribute values.