Opened 10 years ago
Closed 10 years ago
#12622 closed Bug (invalid)
CK Edittor Unable To Build WebPages Using Custom HTML
Reported by: | ajay peter | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,
We are using ckeditor for create/edit client pages online,In some cases we our self design and put html code through UI. But with ckedittor we are unable to put our html, because our HTML formatted to adapt ckeditor viewer . As we suggest is there is an option to include custom HTML,like how we doing in source. Please let me know is this possible
Regards, Ajay Peter
If you are using invalid HTML like
<span><div>other content</div></span>
then this will simply not work.If you are using valid HTML but some tags are removed then please read about ACF as its initial configuration most likely removes some of the tags:
http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
http://nightly.ckeditor.com/14-03-20-07-05/full/samples/datafiltering.html
In both cases I consider this bug report invalid thus I'm closing it as such. @ajaypeter if this is neither of your cases, please leave a comment and i will reopen this ticket.