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
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
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.
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