Jump to content

Looking for code to integrate for formatting abilities

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
highamperage

highamperage

    Newbie

  • Members
  • Pip
  • 4 posts
Hello! I need a quick bit of advice.

I am working with a programmer to develop a web application which includes sending emails, and would like to add formatting/editing capabilities to the email end of this application. (Such as the formatting abilities of web based email systems to change text size, font, color etc). Seems he wants to design that and charge me, but I think there must be an open source or simple pre-done solution.

This system is probably going to be done in PHP, and am wondering if anyone has any links to some code that could be integrated to allow the addition of a formatting bar/popup like found in web based email systems, and as a matter of fact… like the editing functionality in this forum itself. (I press the bold button and it automattically adds the HTML needed to bold that comment - that is what I'm looking for) :thumbup1:

Much appreciated!

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
are you talking about an rich text edit box on your web page?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
highamperage

highamperage

    Newbie

  • Members
  • Pip
  • 4 posts
Yea, basically.. the code for something like that could probably be used. I didn't try googling that, I will try that.

#4
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
you might check out phpbb in pear. I have not used it but it is on my hosting and when i looked into it, it looked rather nice
Posted Image

#5
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
That's Mr. BlaineSch to you :D

Click here!!


I actually made one once but it's long gone now, I'd spend an hour digging up old source code.

#6
mr.tha2r

mr.tha2r

    Newbie

  • Members
  • PipPip
  • 17 posts
See sf.net

you will find many Open Source Rich Text Editors and i think i sow bbcode class once

and offcourse send mail class ..

and you must have an html mail send function to get the formatting

peace :D