PDA

View Full Version : use rtf editor in laszlo.


Blancocs
07-29-2009, 05:38 AM
Hi!! i am searching in google some information, to use a rtf editor in laszlo, like tinyMCE.
is there a way to import it?
does laszlo have any rtf editor?

kmeixner
07-31-2009, 08:35 AM
Hi,

If you look at the reference documentation at:

http://www.openlaszlo.org/lps4.4/docs/reference/

Under HTML Markup you can see the <textformat> class and some basic HTML markup you can use to format your text. You would have to build the rtf editor from this. You might also want to look at:

http://www.openlaszlo.org/lps4.4/docs/developers/tutorials/text-tutorial.html

Kevin

Blancocs
08-04-2009, 07:01 AM
thanks, but it's not what i'm looking for....!

I trying to implement tiny_mce but i can't.

i have an example with html. i will use the html tag, and look for a way to pass the information between laszlo an http

pugmaster
08-04-2009, 03:42 PM
If you are willing to restrict yourself to using SWF, then you can use Laszlo's rich text editor.
You can more information about it at : http://www.openlaszlo.org/lps4.4/docs/developers/richtext.html

- Norman Klein
Author: Laszlo in Action

Blancocs
08-06-2009, 06:08 AM
ok....i can use the tiny_mce only using the <html> tag

i used a html page that containts the rtf editor.

now, i need a way to pass the information from the html that i use in the window, and laszlo! i cant find it!