"The other big thing that would be a great help is converting the code from dojo 0.2 to 0.3 :) "

   I can help with that, just give some time to get a grip of the project.

I have attached a patch to WW-205. I removed some stuff that I though didn't make sense anymore. One thing I haven't figured out is how to customize the messages that dojo uses (like "Loading.."), and how to hook into events, like beforeLoading, afterLoading etc. So far the tabs can be static, or ajax (these need an "href" attribute). They can have a close button, and can be placed on any of the sides. Tabs can have a "listenTopic" attribute to force them to refresh, and a "refreshOnShow" attribute that makes them refresh when they are selected.

musachy



Ian Roughley wrote:
Yes - this was the direction that we wanted to go in. Try to do as much as possible in dojo and provide light wrappers in Struts. When we first implemented the tabs, there was no such dojo implementation. The one feature that we had that you should check that has been implemented in dojo is the pub/sub events - so there should be events that each tabs listens to to refresh itself.

I think as Don pointed out, we want to keep a very lightweight wrapper in struts and have all the work being done in dojo.

The other big thing that would be a great help is converting the code from dojo 0.2 to 0.3 :)

Ian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to