You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Any plans for a dialog module? Created Sep 23, 2009

This thread is solved

Views: 1687     Replies: 6     Last reply Sep 24, 2009  
You must login first before you can use this feature

Aramaki

Posts: 25

Registered:
Sep 11, 2009

Any plans for a dialog module?

Posted: Sep 23, 2009

better than jQuery ???

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Any plans for a dialog module?

Posted: Sep 23, 2009

Reply to: Any plans for a dialog module?, from Aramaki
no plans. can you describe me the use scenario where you would need one? typically when I see dialogs on a web page the user experience is not that good.

Aramaki

Posts: 25

Registered:
Sep 11, 2009

» » Any plans for a dialog module?

Posted: Sep 23, 2009

Reply to: » Any plans for a dialog module?, from tipiirai
Login window or some error messages would be great with proper customizeable dialog

window.alert is too simple :) and u can't login through it

or some tooltip with lots of text that needs to be scrolled

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » » Any plans for a dialog module?

Posted: Sep 23, 2009

Reply to: » » Any plans for a dialog module?, from Aramaki
the overlay and tooltip plugins (maybe scrollable for the scrolling) can do the job. I can see that the dialog is both draggable / resizable which is something that I don't like on regular web pages.

Aramaki

Posts: 25

Registered:
Sep 11, 2009

» » » » Any plans for a dialog module?

Posted: Sep 23, 2009

Reply to: » » » Any plans for a dialog module?, from tipiirai
hmmm, didn't think about overlay.

tooltip is closing on mouseout

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » » » » Any plans for a dialog module?

Posted: Sep 24, 2009

Reply to: » » » » Any plans for a dialog module?, from Aramaki
ahh. you are totally right about the tooltip closing. I'll add a separate event management for the tooltip element. currently this has been implemented for the trigger element.

the overlay should definitely do the job.

K_Lo
Admittedly Web Dev noob. I worked as a graphic designer until last month. Got laid off. Now wants to become independent and learn web develo

Posts: 7

Registered:
Sep 18, 2009

» » » » » » Any plans for a dialog module?

Posted: Sep 24, 2009

Reply to: » » » » » Any plans for a dialog module?, from tipiirai
@Tero
I would love to learn how to implement the window.alert and popups that behave like facebook's <send email> and <add as friend> tools. saves a lot of pages. Is that possible?