﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
588	Restrict HTML tags	cristea@…		"The cleanAndPaste() function works very good on Word
content. I think that you can extend this feature to filter
some tags.

For example I want to allow only few tags (on one instace of
FCKeditor). Let's say I want to allow only <br>, <a>,
<strong>, <em> and <u> on that instance. Other HTML
tags will be removed (like <table>, <p>, etc.).

Perhaps it can be added some deny/allow tags function to
remove the unwanted tags. Allowed/denied tags can be
defined in FCKeditor class using a string var (PHP ex:
$FCKEditor->AllowedTags = ""br,a,strong,em,u""; or/and
$FCKEditor->DeniedTags = ""table,tr,td,th"";).
----
Moved from SF:[[BR]]
[http://sourceforge.net/tracker/index.php?func=detail&aid=741079&group_id=75348&atid=543656]
"	New Feature	closed	Normal		Core : Output Data		duplicate		top7up@…
