Use blow javascript to add a command for radeditor
RadEditorCommandList["InsertSM"] = function (commandName, editor, oTool) { editor.PasteHtml('<sup>SM</sup>'); };