Opened 15 years ago
Closed 14 years ago
#6338 closed Bug (expired)
extra tags being added on ckeditor javascript api
Reported by: | sandeep | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
Hi,
When i try to use ckeditor javascript app what ever the html i try to place in the editor, its being appended by "<head>,<head>,<title>,<body>" tags.
even if try to remove them from source view option, these tags are being appended automatically.
i tried many options, went trough the api docs. couldnt find any solution for this.
i see the javascript api is very useful but , the above problem is drawing me back for using the editor.
even if the source view may contains the above tags and disabling them in the content of text area, can solve my problem.
please let me know if i can do any thing with this..
thanks in advance. http://docs.cksource.com/ckeditor_api/
Change History (2)
comment:1 Changed 15 years ago by
Component: | UI : Source View → General |
---|---|
Status: | new → pending |
comment:2 Changed 14 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Could you clarify you report ? I understand you're seeing <head> and <html> tags inside source view and also receiving them from the API. This may happend only if you're using fullPage editing, which is not enabled by default and those symptoms in such case are part of that feature.
To disable fullPage editing, be sure to not enable it in config.js or in config object passed to intialization method inside page where editor is nested.