Class TColorPickerMode
TColorPickerMode class. TColorPickerMode defines the enumerable type for the
possible UI mode that a TColorPicker
control can take.
The following enumerable values are defined: # Simple - Grid with 12 simple colors. # Basic - Grid with the most common 70 colors. This is the default mode. # Full - Full-featured color picker.
- TEnumerable implements Iterator
-
TColorPickerMode
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TColorPicker.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TColorPicker.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Simple |
'Simple' |
|
string |
Basic |
'Basic' |
|
string |
Full |
'Full' |