ASP.NET 3.5 and above only
Obout.Ajax.UI Controls - HTML Editor - Client side
Obout.Ajax.UI.HTMLEditor.Popups.ColorSelectedArgs class
Inheritance HierarchySys.EventArgs Obout.Ajax.UI.HTMLEditor.Popups.ColorSelectedArgs
Argument of this type is passed to the handlers of the
colorSelected event.
Note |
To get property values for client API properties, you must call property accessor method that is named with the get_ prefix. For example, to get a value for a property such as color, you call the get_color method:
|
function colorSelected(sender, args) {
alert("Picked color: " + args.get_color());
} |
Properties
| Name |
Description |
color
|
string. Gets the picked color in "#RRGGBB" format.
|