Here you can see how to set all available buttons for the top toolbar (like
TopToolbar.Appearance="Full")
in
Editor control using the
ButtonsTemplate
property of the
TopToolbar.
If you don't want to use the full buttons set, just remove buttons you don't want to see from the template file.
Also you can change default values of some properties for any button.
For example, you have code file with customized
'Image properties' popup (
CustomPopups.SmallImageProperties class)
in
App_Code folder and you want to use it for new images inserting.
Just edit the line with the
InsertImage button:
<button name="
InsertImage"
>
<property name="
RelatedPopupType"
value="
CustomPopups.SmallImageProperties, App_Code"
/>
</button>