ASP.NET 3.5 and above only
Obout.Ajax.UI Controls - HTML Editor - Client side
Note |
To get property values for client API properties, you must call property accessor methods that are named with the get_ prefix. For example, to get a value for a property such as buttons, you call the get_buttons method:
|
var toolbarObject = $find("<%= toolbar1.ClientID %>");
alert("Total buttons: " + toolbarObject .get_buttons().length); |
Properties