I am trying to utilitze the Replace Div option for a working website. However the following code does not enable the Save button.
Also if I add a save button to the form, not data posts to the page. It doesn't really make sense to allow divs to be editable if it can't be saved.
Does anyone know of a work around?
<form action="ckeditor/_samples/sample_posteddata.php" method="post"><div class="editable" style="width:800px; height:800px;"> <p>Test HTML</p> </div></form>
Also if I add a save button to the form, not data posts to the page. It doesn't really make sense to allow divs to be editable if it can't be saved.
Does anyone know of a work around?
Re: Save Issue
But this still does not enable the save button on ckeditor itself, which is what I prefer rather than having a submit button below the editor. Is there a way to enable it programably.
Saving issue in Internet Explorer
Hello,
have anyone experienced saving issue in Internet Explorer?
here is my original text.
This is my text: this is my text; this is my text.
This is my last text.
here is what it looks like after I saved it the third time.
This is my text: this is my text; t his is my text.
< ul>
fourth time
This is my text: this is my text; t his is my text.
< p>< ; ul>
if I removed the text, then save it. Here is what I got
���Rich Text Editor, AcctComments����Editor toolb ars ����Tools������ ��Bo ld ���� ��Italic������ �� Spell Check As Yo
thanks for checking
Dave
You'd have to provide more
You'd have to provide more info. Which IE version? Which CKEditor version? What is the original source code? Which CKEditor package? Do you have ACF configured? Since you're the only one that knows this, you should check the dev site to see if similar cases haven't already been submitted.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
thanks for responding!
thanks for responding!
Which IE version?
- I am using IE 9.
Which CKEditor version?
- I installed the CKEditor version 4.4.3 (the newest version)
What is the original source code?
- what did you mean?
Which CKEditor package?
- standard
Do you have ACF configured
- No
- I am going to do this. I assume I can configure this in the config.js.
thanks