Welcome Guest, Not a member yet? Register   Sign In
Rich Text Editor (RTE) with CI
#1

[eluser]dizyn[/eluser]
Hi,

I am new to CI, what could be best RTE with CI? Does CI has some built in RTE?

Thanks

#2

[eluser]Florian Müller[/eluser]
CodeIgniter does not provide a RTE. But you could use TinyMCE to show a such Editor on a Page.
#3

[eluser]dizyn[/eluser]
thank you,

How to call JS files in view files so that my TinyMCE RTE work good?
#4

[eluser]Florian Müller[/eluser]
In your View-Files you have a HTML-Structure, right? I personally made a new folder "scripts" in the folder "application" of CI. Them, you can copy them inside there and finally add something like this to your View:

Code:
< script type="text/javascript" src="http://yourdomain.com/application/scripts/yourscript.js">\</ script>




Theme © iAndrew 2016 - Forum software by © MyBB