Re: Styling text area editor / Rich text

2016-12-26 Thread Rodolfo Raya
You can use inside the main to change colors and other properties in fragments. Regards, Rodolfo On Mon, Dec 26, 2016 at 2:02 PM, Joel wrote: > I see so you can have multiple div's with different styles I take it. That > sounds tricky to update, but I suppose it's doable. > > > On Monday, Dec

Re: Styling text area editor / Rich text

2016-12-26 Thread Joel
I see so you can have multiple div's with different styles I take it. That sounds tricky to update, but I suppose it's doable. On Monday, December 26, 2016 at 3:27:30 AM UTC-6, Rodolfo Raya wrote: > > Hi, > > Use RichTextArea (com.google.gwt.user.client.ui.RichTextArea) for that. > Hide the too

Re: Styling text area editor / Rich text

2016-12-26 Thread Rodolfo Raya
Hi, Use RichTextArea (com.google.gwt.user.client.ui.RichTextArea) for that. Hide the toolbar and pass the text to edit in a element with a style attribute that sets font and color. Regards, Rodolfo On Mon, Dec 26, 2016 at 3:19 AM Joel wrote: > > I don't need much in the way of a text editor.

Styling text area editor / Rich text

2016-12-25 Thread Joel
I don't need much in the way of a text editor. I just want to set to one monospace font, and then add color based on the selections I'll parse out. I've done lots of googling and this appears to be a largely unsolved issue within GWT. Stack overflow doesn't really answer this issue, and the GWT