CodeIgniter Forums
Rich Text Field - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Rich Text Field (/showthread.php?tid=3715)



Rich Text Field - El Forum - 10-18-2007

[eluser]vevmesteren[/eluser]
Hey friends. I am looking to integrate a text area with the same functionality as the on I am typing into right now. I do not really need a full fledged rich text editor like fckedit, though it would be a nice to have, but I cannot make it work yet (following the wiki instructions). But setting that aside, I would want a text editor like this one and generally used in forums. But I have troubles finding one to start from, I guess what I would need is what is the term for Textarea like this one...

Guess I will take a look at the source of this page while I wait for someone to point me in the right direction. Thanks

V


Rich Text Field - El Forum - 10-18-2007

[eluser]vevmesteren[/eluser]
has anyone here checked this out?
http://osflash.org/flashtextarea


Rich Text Field - El Forum - 10-18-2007

[eluser]ELRafael[/eluser]
i use tinymce

i think better that fck!


Rich Text Field - El Forum - 10-18-2007

[eluser]vevmesteren[/eluser]
I tried tinymce as well, no luck there either. No idea what I am doing wrong. But in any case, i do not really want a full fledged text editor like that a simple one like the one used in this very forum is what I dream off. Just something allows me to set selected text to bold/italic etc. Change the font colors. Thats all. The rest I do not care about...

How about that. what should I use in that case?

Thanks


Rich Text Field - El Forum - 10-18-2007

[eluser]ELRafael[/eluser]
man, tinymce you can put what you want!

if you wanna just the font color, just set in the javascript what button is!!!

just to know, wordpress use tinymce in post entry!

and my jobs, when i need a rich editor, i use it too..

wanna some help? i can try :-P


Rich Text Field - El Forum - 10-18-2007

[eluser]vevmesteren[/eluser]
well I did try integrating tinymce into my app but it was not working right.

if you use it all the time, do you have a model/controller/view structure that you can make available somewhere so that I can start off with that. So far I have been hitting a wall, no editro has shown so far. I tried this example:

http://www.alexajax.com/tinymce

But I think I must have malconfigured something cause I was not able to get it up and running


V


Rich Text Field - El Forum - 10-18-2007

[eluser]crikey[/eluser]
Not sure if this is what you're after, but you could use something like JS Quicktags

HTH


Rich Text Field - El Forum - 10-19-2007

[eluser]vevmesteren[/eluser]
peeeeeerfect. Thanks a lot. I will try that one and let ya know how it goes, but looks just easy enough for me this morning.

V.


Rich Text Field - El Forum - 10-21-2007

[eluser]vevmesteren[/eluser]
it took some mods (because the code does not allow multiple text areas in one page, but I am happy. I would still love to see a working example of tinymce in Code Ignitor if anyone cares to help me along...thanks

Essentially I have been working on a generic CMS built in CMS that I will be using to kickstart productions from now on. It is still in its infancy but I think it can become quite a nice piece of template...

V


Rich Text Field - El Forum - 10-21-2007

[eluser]vevmesteren[/eluser]
has anyone tried this that lives to tell the tale?

http://www.rapyd.com