Re: Re: How do you add custom dojo widget?

2006-10-18 Thread Jesse Kuhnert
Sorry, I'd pipe in with something if I knew definitively how easy/hard it is to do and what steps to take. I'd need to try it out myself to know for sure. On 10/18/06, Patrick Moore <[EMAIL PROTECTED]> wrote: I ran across this : http://dojo.jot.com/WikiHome/Widget%20Namespaces but haven't had

Re: Re: How do you add custom dojo widget?

2006-10-18 Thread Patrick Moore
I ran across this : http://dojo.jot.com/WikiHome/Widget%20Namespaces but haven't had a chance to try it out yet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: How do you add custom dojo widget?

2006-10-18 Thread Sam Gendler
ge'); > > widget's js file: > this.templatePath= > dojo.uri.dojoUri("../dojo/ricebridge/widget/progress.htm"); > this.templateCssPath = > dojo.uri.dojoUri("../dojo/ricebridge/widget/progress.css"); > > >From: "Karthik N" <[EMAIL PRO

Re: How do you add custom dojo widget?

2006-10-17 Thread Patrick Moore
rogress.css"); >From: "Karthik N" <[EMAIL PROTECTED]> >Reply-To: "Tapestry users" >To: "Tapestry users" >Subject: Re: How do you add custom dojo widget? >Date: Tue, 17 Oct 2006 06:28:22 +0530 > >peter - the first step would be to iso

Re: How do you add custom dojo widget?

2006-10-17 Thread Peter Beshai
ile: this.templatePath= dojo.uri.dojoUri("../dojo/ricebridge/widget/progress.htm"); this.templateCssPath = dojo.uri.dojoUri("../dojo/ricebridge/widget/progress.css"); From: "Karthik N" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tape

Re: How do you add custom dojo widget?

2006-10-16 Thread Karthik N
peter - the first step would be to isolate the issue are you able to make this widget work without tapestry and with just plain vanilla HTML and dojo? if not, then that would be an excellent starting point. On 10/17/06, Peter Beshai <[EMAIL PROTECTED]> wrote: I am interested in using the dojo

How do you add custom dojo widget?

2006-10-16 Thread Peter Beshai
I am interested in using the dojo progress bar discussed at http://www.richardrodger.com/roller/page/richard/Weblog/dojo_progress, but I can't figure out how to get it to work in Tapestry (4.1). I'm confused about where to put the widget files and how to reference them. Do I have to add it as a