Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- Overview
- Installation & Deployement
- EO.Web ToolTip
- EO.Web Rating
- EO.Web Slider & RangeSlider
- EO.Web ListBox
- EO.Web ComboBox
- EO.Web Captcha
- EO.Web ASPX To PDF
- EO.Web Slide
- EO.Web Flyout
- EO.Web EditableLabel
- EO.Web ImageZoom
- EO.Web Floater
- EO.Web Downloader
- EO.Web ColorPicker
- EO.Web HTML Editor
- EO.Web File Explorer
- EO.Web SpellChecker
- EO.Web Grid
- EO.Web MaskedEdit
- EO.Web Splitter
- EO.Web Menu
- EO.Web Slide Menu
- EO.Web TabStrip
- EO.Web TreeView
- EO.Web Calendar
- EO.Web Callback
- EO.Web MultiPage
- EO.Web Dialog
- EO.Web AJAXUploader
- EO.Web ProgressBar - Free!
- EO.Web ToolBar - Free!
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
Getting Started |
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.