Overview
Follow these simple steps to use EO.Web ColorPicker:
-
Drag a ColorPicker to your Web Form;
-
Select "Edit ColorPicker..." to initialize the color picker
from one of the built-in skins, and/or
customize the color picker
to fits your page design;
-
This step is optional. Associate a TextBox or Label
control to the color picker by setting the color picker's
TargetControl
property to the ID of the control. Once a control is associated to
the color picker, the color picker can automatically updates
the the control's text and background color as specified by
UpdateTargetColor and
UpdateTargetText
property;
-
Access the color picker as well as user selected color through
the color picker's server side interface
or client side interface.