Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<script type=
"text/javascript"
>
function
OnClientPasteHtml(sender, args) {
var
commandName = args.get_commandName();
value = args.get_value();
if
(commandName ==
"InsertFormElement"
) {
(value.match(
"<input"
)) {
value = value.replace(
,
"<input className='myClass' "
);
}
args.set_value(value);
</script>
<telerik:RadEditor runat=
"server"
OnClientPasteHtml=
"OnClientPasteHtml"
ID=
"RadEditor1"
></telerik:RadEditor>
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.