Hi, Making the toolbar standard would be great. I am using the demo version in one of my projects. I have a small enhancement request however. Would it be possible for the link button/ dialog box to allow specifing a target for the URL.
My application will allow admin users to post an HTML message for other users to view after logging in. If the admin users add a link,and a user clicks on the link, it unloads the application with it's current state, and jumps to the URL. The GWT app state is now lost, and must be reloaded by navigating back to the entry point url, in my case it forces them to login again. I would like to be able to specify that the URL open in a new window to keep the App in the browser. Thanks, Mike. On Aug 4, 12:24 am, Sean Loughran <[email protected]> wrote: > Glad to see I wasn't the only one. I added a Star as well as add my comment > that the toolbar really should be in the default package. Thank you! > > -Sean > > On Mon, Aug 3, 2009 at 11:37 PM, Sumit Chandel <[email protected]>wrote: > > > > > Hi Sean, > > You may want to keep an eye on Issue #3042 (link below). You're not the > > first to be stumble upon the lack of a toolbar within GWT itself after > > dropping the RichTextArea in your project. I've bumped up the priority on > > Issue #3042 to make sure it's on the radar for a future release. > > > Issue #3042: > >http://code.google.com/p/google-web-toolkit/issues/detail?id=3042 > > > Cheers, > > -Sumit Chandel > > > On Fri, Jul 31, 2009 at 11:42 AM, Sean <[email protected]> wrote: > > >> Ah, thank you. I forgot all the examples are in the GWT source code. > >> This thing is pretty sweet, I'm surprised it's not part of the normal > >> API. > > >> Thank you, > > >> Sean > > >> On Jul 31, 9:23 am, Imran <[email protected]> wrote: > >> > This class is not part of the API. Instead, it was created in the demo > >> to > >> > show you what can be done. Download the code for the demo and copy the > >> file > >> > from there. > > >> > Petarian. > > >> > On Fri, Jul 31, 2009 at 9:11 AM, Sean <[email protected]> wrote: > > >> > > So, I am looking at the GWT Showcase and at: > >> > >http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText > > >> > > They have this amazing Toolbar. I look at the source code and they > >> > > have: > > >> > > RichTextArea area = new RichTextArea(); > >> > > area.ensureDebugId("cwRichText-area"); > >> > > area.setSize("100%", "14em"); > >> > > RichTextToolbar toolbar = new RichTextToolbar(area); > > >> > > Problem is, I can't find RichTextToolbar in GWT. Eclipse can't include > >> > > it and I can't find it in the javadocs. Are they using something that > >> > > isn't in language yet? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
