Which version of GWT are you using?
Because, i believe that GWT 1.5 and below, you need to explicitly add
the menu bar.
here is the code:
private VerticalPanel bodyFormat;
private RichTextArea bodyFormatArea;
private RichTextToolbar tb;
bodyFormatArea = new RichTextArea();
tb = new RichTextToolbar( bodyFormatArea );
bodyFormat.add( tb );
bodyFormat.add( bodyFormatArea );
Regards,
Satya
On Apr 23, 5:05 am, mkl <[email protected]> wrote:
> Dear Masters,
>
> after downloading GWT I tried out different widgets. And promptly got
> problem with RichTextArea().
> I build it in my StockWatcher-Project (which I created stricktly with
> tutorial)
>
> private RichTextArea description = new RichTextArea();
> ...
> mainPanel.add(description);
>
> and I get in hosted window textArea, but without menu bar. Shortcuts
> like ctrl-b works.
> What is wrong on this code?
>
> Thank you very much.
>
> Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---