Recent content by Prasanna Nitnaware

  1. Prasanna Nitnaware

    Redactor: Remove all formatting when pasting text into the Rich Text Editor

    Keep br, ul, li, ol and table and other tags of table in allowedTags. This will help to keep list as it is while pasting
  2. Prasanna Nitnaware

    Redactor: Remove all formatting when pasting text into the Rich Text Editor

    One more option is threre, Just remove allowed tags from /js/redactor/redactor.full.js Remove unwanted tags from here at about line 184
  3. Prasanna Nitnaware

    Redactor: Remove all formatting when pasting text into the Rich Text Editor

    Does this changes/removes html tags immediatly on paste ? or after saving?
  4. Prasanna Nitnaware

    Redactor: Remove all formatting when pasting text into the Rich Text Editor

    Though my reply is late, it might help someone. This option enable you to convert evrything pasted by user to plain text. Users will still able to edit text and convert it into rich. That was actually my client's requirement. Goto /js/redactor/redactor.full.js At about point 2528 add this...
Back
Top Bottom