Page 1 of 1
Wysiwyg
Posted: Thu Mar 16, 2006 10:37 pm
by Jim_Bo
Hi,
Does anyone kno where I can get basic Wysiwyg, All I want is Bold, Italic, Left Align, Right Align, Center really so I can add to text box as it does here at devnet when posting in threads so html can be easily added then I will run it thru BBcode.
Thanks
Posted: Thu Mar 16, 2006 10:39 pm
by feyd
If you're running bbcode, you could just add the bbtags for it. [b], [i], [left], [right], [center],
Posted: Thu Mar 16, 2006 10:49 pm
by Jim_Bo
Hi,
Yer I could, but it is for an application within an admin panel for client .. It would be much simpler for them to control it via a simlar system as when you post in devnet.
The once I have seen are way to complex for the basuc functions needed.
Thanks
Posted: Thu Mar 16, 2006 10:54 pm
by feyd
We don't use a wysiwyg text box, so I'm not sure what you're thinking we have.
Posted: Thu Mar 16, 2006 11:03 pm
by Jim_Bo
Maybe I have the name wrong ..
But the same system where above the text box when adding or editing a record like here you see the buttons to add tags around text to make them bold, italic etc.
Like u highlight the word and bress the B above the text box and you get word set around the word .. or something like TinyMCE that has those functions, but more of a web page editor when I just whant a few basic function/buttons
Thanks
Posted: Thu Mar 16, 2006 11:09 pm
by feyd
if you want what phpbb uses, look at the posting page's code. It's all there for you to see.
Posted: Thu Mar 16, 2006 11:13 pm
by Jim_Bo
I assume there is javascript involved?
Thanks
Posted: Thu Mar 16, 2006 11:14 pm
by feyd
yup.
Posted: Fri Mar 17, 2006 1:15 am
by matthijs
A couple of basic but good ones:
Simpletexteditor from Cezary Tomczak
Quicktags from Alex King (uses regular html tags, and is fully customisable)
and the one I like a lot:
widgeditor from Cameron Adams
Posted: Fri Mar 17, 2006 4:39 pm
by Jim_Bo
Thanks Matthijs,
Simpletexteditor has the look im after but the code thats output can get messy I noticed
widgeditor outputs nice clean code, but the buttons etc arnt very nice looking
Thanks for the sites, thats what I was after
Cheers
Posted: Sat Mar 18, 2006 10:12 am
by nickvd
for a quick, simple wysiwyg editor, i can't recomment widgeditor enough... I was going to use it for my in-house CMS, but the feature set of FCKeditor was way too far ahead of widg to make it worthwhile... I may have some redesigned icons for widg somewhere on my hdd, If you'd like then i can hunt around...
<edit>
Found 'em!
http://jefs.com/misc/widgEditorIcons.zip
</edit>
Posted: Sat Mar 18, 2006 11:08 am
by Noobie
I second the vote on TinyMCE it outputs pretty reasonable code for a WYSIWYG.
Posted: Sat Mar 18, 2006 12:21 pm
by darkbear