TinyMCE:API/tinyMCEPopup/pickColor

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: pickColor

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.

Syntax

<void> pickColor(<DOMEvent> e, <string> element_id)

Parameters

e
DOM event object.
element_id
Element id to be filled with the color value from the picker.
Personal tools