I have the problem that when I write something like the following in the CKEditor
I get the following HTML code
How can I prevent that this closing tag is inserted automatically because I simply don't need it.
Regards
CREATE PROCEDURE <procname> TEST INTEGER
I get the following HTML code
CREATE PROCEDURE <procname> TEST INTEGER</procname>
How can I prevent that this closing tag is inserted automatically because I simply don't need it.
Regards
Re: Problem with autocompletion
Re: Problem with autocompletion
Regards
Re: Problem with autocompletion
I can paste that "CREATE PROCEDURE <procname> TEST INTEGER" into http://ckeditor.com/demo switch to source and back to design (so the data is loaded as new) and I don't see any problem.
Re: Problem with autocompletion
I agree that it is working with this demo of CKEditor nevertheless I don't know what I'm doing wrong.
So I have just created a little abstract of what I'm using. You can find it at http://test.freggeln.com/test.php
The file contains the following code
Re: Problem with autocompletion
Why don't you use the PHP API?
Re: Problem with autocompletion
Thanks a lot.
Regards