Thanks Thomas I am successful to create my customized tag by patching UIBinderWriter -> registerParsers() method. I think GWT has done most of the work for supporting customized tag but keeping it private.
On Dec 23, 6:48 pm, Thomas Broyer <[email protected]> wrote: > On Dec 22, 5:28 am, Rick <[email protected]> wrote: > > > Thanks Thomas > > > Widgets are now adding by implementing HasWidgets interface. > > > But I need to do a little more. As there are tags in DockLayoutPanel > > -- <g:north>, <g:west>, in the same way, I want to create my own > > customized tags like <my:left>,<my:right> etc so that I can arrange my > > layout accordingly. Can it be possible. If it is, kindly let me know > > as it will be a great help for me to design my UI with more > > flexibility, > > This is planned, but not yet available (there's a TODO in the code), > unless of course you patch GWT. -- 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.
