TinyMCE:API/tinyMCEPopup/pickColor
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: pickColor
[edit]
Summary
Executes a color picker on the specified element id. When the user then selects a color it will be set as the value of the specified element.
[edit]
Syntax
<void> pickColor(<DOMEvent> e, <string> element_id)
[edit]
Parameters
- e
- DOM event object.
- element_id
- Element id to be filled with the color value from the picker.
