|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[Building Sakai] JSF Modal DialogIs anybody using a JSF Modal Dialog widget? We have been looking at
the MyFaces ModalDialog but are having a hard time to get it to work. I am wondering if anybody is using a better solution to show a Modal Dialog in a JSF tool. Best, -- Thomas _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogQuick update on this:
We have tried some of the different JSF libraries MyFaces, PrimeFaces, ... to get this to work without any luck. Then we looked at jQuery and got that to work very quickly. I would recommend using jQuery to anybody who is trying to do something like this. It will save you a lot of time!! Best, -- Thomas On Tue, Jul 7, 2009 at 11:25 PM, Thomas Amsler<tpamsler@...> wrote: > Is anybody using a JSF Modal Dialog widget? We have been looking at > the MyFaces ModalDialog but are having a hard time to get it to work. > I am wondering if anybody is using a better solution to show a Modal > Dialog in a JSF tool. > > Best, > -- Thomas > _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogOn Jul 11, 2009, at 4:07 PM, Thomas Amsler wrote:
> We have tried some of the different JSF libraries MyFaces, PrimeFaces, > ... to get this to work without any luck. Then we looked at jQuery and > got that to work very quickly. I would recommend using jQuery to > anybody who is trying to do something like this. It will save you a > lot of time!! And I would recommend using jQuery for _anything whatsoever_. Ok, perhaps that's a little strong, but you have never taken a look at it, you owe it to yourself to spend a little time. Here's a good tutorial: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery cheers, Zach _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogSecond that. After spending some time exploring jQuery, I see great
value in using it. Best, -- Thomas On Mon, Jul 13, 2009 at 10:00 AM, Zach A. Thomas<zach@...> wrote: > On Jul 11, 2009, at 4:07 PM, Thomas Amsler wrote: > >> We have tried some of the different JSF libraries MyFaces, PrimeFaces, >> ... to get this to work without any luck. Then we looked at jQuery and >> got that to work very quickly. I would recommend using jQuery to >> anybody who is trying to do something like this. It will save you a >> lot of time!! > > And I would recommend using jQuery for _anything whatsoever_. > > Ok, perhaps that's a little strong, but you have never taken a look at > it, you owe it to yourself to spend a little time. Here's a good > tutorial: > > http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery > > cheers, > Zach > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogJQuery is great. But you should also use fluid components and the new fluid renderer. In addition to jQuery.
Jim Sent from my Verizon Wireless BlackBerry -----Original Message----- From: Thomas Amsler <tpamsler@...> Date: Mon, 13 Jul 2009 12:06:22 To: Zach A. Thomas<zach@...> Cc: <sakai-dev@...> Subject: Re: [Building Sakai] JSF Modal Dialog Second that. After spending some time exploring jQuery, I see great value in using it. Best, -- Thomas On Mon, Jul 13, 2009 at 10:00 AM, Zach A. Thomas<zach@...> wrote: > On Jul 11, 2009, at 4:07 PM, Thomas Amsler wrote: > >> We have tried some of the different JSF libraries MyFaces, PrimeFaces, >> ... to get this to work without any luck. Then we looked at jQuery and >> got that to work very quickly. I would recommend using jQuery to >> anybody who is trying to do something like this. It will save you a >> lot of time!! > > And I would recommend using jQuery for _anything whatsoever_. > > Ok, perhaps that's a little strong, but you have never taken a look at > it, you owe it to yourself to spend a little time. Here's a good > tutorial: > > http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery > > cheers, > Zach > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogI'm doing a project right using the jQuery UI dialog component. Works
great! http://jqueryui.com/demos/dialog/ - Eli On Jul 13, 2009, at 12:55 PM, jimeng@... wrote: > JQuery is great. But you should also use fluid components and the > new fluid renderer. In addition to jQuery. > > Jim > > > Sent from my Verizon Wireless BlackBerry > > -----Original Message----- > From: Thomas Amsler <tpamsler@...> > > Date: Mon, 13 Jul 2009 12:06:22 > To: Zach A. Thomas<zach@...> > Cc: <sakai-dev@...> > Subject: Re: [Building Sakai] JSF Modal Dialog > > > Second that. After spending some time exploring jQuery, I see great > value in using it. > Best, > -- Thomas > > > > > On Mon, Jul 13, 2009 at 10:00 AM, Zach A. > Thomas<zach@...> wrote: >> On Jul 11, 2009, at 4:07 PM, Thomas Amsler wrote: >> >>> We have tried some of the different JSF libraries MyFaces, >>> PrimeFaces, >>> ... to get this to work without any luck. Then we looked at jQuery >>> and >>> got that to work very quickly. I would recommend using jQuery to >>> anybody who is trying to do something like this. It will save you a >>> lot of time!! >> >> And I would recommend using jQuery for _anything whatsoever_. >> >> Ok, perhaps that's a little strong, but you have never taken a look >> at >> it, you owe it to yourself to spend a little time. Here's a good >> tutorial: >> >> http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery >> >> cheers, >> Zach >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" >> > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... > with a subject of "unsubscribe" > > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... > with a subject of "unsubscribe" . . . . . . . . . . . . . . . . . . . Eli Cochran user interaction developer ETS, UC Berkeley _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal Dialog/reference/library/src/webapp/js/jquery/jquery-ui... - Gonzalo On 7/15/09 8:07 PM, "Eli Cochran" <eli@...> wrote: I'm doing a project right using the jQuery UI dialog component. Works _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] JSF Modal DialogThanks Gonzalo, I hadn't seen that.
And pertinent to the Upgrade thread: The latest version of jQuery is there as well.... it would have to be since jQuery UI requires it. Perhaps the best way to do the upgrade is to repoint anyone who wants to this version. However, we once again have a versioning issue. I wondering if we should reference this directory with some kind of a version number? - Eli On Jul 16, 2009, at 5:17 AM, Silverio, Gonzalo wrote:
. . . . . . . . . . . . . . . . . . . Eli Cochran user interaction developer ETS, UC Berkeley _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
| Free embeddable forum powered by Nabble | Forum Help |