Posted 02 Jun 2012 Link to this post
Posted 05 Jun 2012 Link to this post
<
telerik:RadEditor
ID
=
"RadEditor1"
runat
"server"
OnClientCommandExecuting
"OnClientCommandExecuting"
>
Tools
telerik:EditorToolGroup
telerik:EditorSplitButton
Name
"addData"
Text
telerik:EditorDropDownItem
"one"
Value
/>
.................................................
</
<script type=
"text/javascript"
function
OnClientCommandExecuting(sender, args)
{
var
val = args.get_value();
name = args.get_name();
if
(name ==
)
sender.pasteHtml(val);
args.set_cancel(
true
);
}
</script>
Posted 03 Jul 2012 Link to this post