File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ position: 7
1212
1313This help article shows how to strip HTML tags from content that is pasted in ** RadEditor** .
1414
15- In order to implement this solution, you should :
15+ Follow these steps :
1616
17171 . Handle the [ OnClientPasteHtml event] ({%slug editor/client-side-programming/events/onclientpastehtml%}).
18182 . Catch the ** Paste** command.
19- 3 . Obtain the content via the ` get_value() ` method of the event arguments and modify it as needed.
19+ 2 . Obtain the content via the ` get_value() ` method of the event arguments and modify it as needed.
20204 . Set the modified content via the ` set_value() ` method of the event arguments.
2121
2222> caption Example 1: Stripping ` <strong> ` , ` <em> ` and ` <span> ` tags on paste in ** RadEditor** .
You can’t perform that action at this time.
0 commit comments