Welcome Guest, Not a member yet? Register   Sign In
WYSIWYG editor
#1

[eluser]mathew edison[/eluser]
Heya everybody,
As you might have noticed after reading this post I'm new to CodeIgniter. I was wondering if there are any helper classes that will allow me to easily build WYSIWYG editors like here on the forums in order to format my news and whatnot. Thanks in advance

Sincrely
- Mathew
#2

[eluser]Pascal Kriete[/eluser]
CodeIgniter is a php framework, what you're looking for is javascript. That said, markitup is very customizable and easy to integrate.

Welcome to CodeIgniter.
#3

[eluser]mathew edison[/eluser]
Thanks for the fast reply, i'm sure to check that out. Previous to using CodeIgniter I used a combination of javascript and php in order to change markup like
Code:
[b]
to <b>. Thanks for the link! Big Grin
#4

[eluser]louis w[/eluser]
I usually use WIDG, very simple to customize and it's standard complaint with XHTML.
http://www.themaninblue.com/experiment/widgEditor/

Mathew, those tags are called BBCode.
Code:
[b] = <b>




Theme © iAndrew 2016 - Forum software by © MyBB