Hi. i would like to know how do i create a custom button for a dash bullet point
i added the following to my tool file
<tool name="dash_bullet" Text="Dash Bullet Point" />
i am stuck at the JS portion
Telerik.Web.UI.Editor.CommandList["dash_bullet"] = function (commandName, editor, args) {
// what to type here?
};