Re: [jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-18 Thread Dan Atkinson

Loving it loving it! I called my creation jAlert, which has similar
functionality, but I never implemented the monolog.


bbuchs wrote:
 
 [Original message ended up in the API Discussion thread - sorry!]
 
 I'm a big, big fan of Cody's Thickbox script. I'm using it for a web app 
 I've been building, and it's fantastic.
 
 I wanted/needed a script that worked similarly for custom dialog boxes
 (OK/Cancel). Since Thickbox was already doing most of the heavy
 lifting, I wrote up some functions that tap into it and handle the
 dialogs.
 
 Something else I've been working on is a Monolog box, which I read
 about on the Humanized weblog [1]. Essentially, it's for displaying a
 transient status message to the user that doesn't really require any
 input. Again, I tapped into Thickbox for this one.
 
 Demos and source files are available at:
 
 http://bryanbuchs.com/tb_dialog/
 
 Feedback  Suggestions welcomed.
 
   - Bryan
 
 ---
 
 [1]
 http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages/
  
 

-- 
View this message in context: 
http://www.nabble.com/Thickbox-%22Extensions%22---Dialog---Monolog--REPOST--tf2455591.html#a6872932
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-17 Thread Rexbard

Very nice extension of the excellent thickbox.

I noticed that the activation link still has focus after the thickbox is
displayed. If you then hit return with this focus, it appears the thickbox
contents are duplicated.

For an example, see  http://www.nabble.com/file/3729/DoubleContents.JPG This
Image 

jk


bbuchs wrote:
 
 Demos and source files are available at:
 
 http://bryanbuchs.com/tb_dialog/
 
 Feedback  Suggestions welcomed.
 
   - Bryan
 

-- 
View this message in context: 
http://www.nabble.com/Thickbox-%22Extensions%22---Dialog---Monolog--REPOST--tf2455591.html#a6865404
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-17 Thread bbuchs

Good catch. I'll add a blur() to the links in my demo.

I'm re-thinking the Confirm Dialog. Should the function return true/false
instead of accepting the callback? Now that I think about it, I don't know
why I did it that way...




Very nice extension of the excellent thickbox.

I noticed that the activation link still has focus after the thickbox is
displayed. If you then hit return with this focus, it appears the thickbox
contents are duplicated.

For an example, see  http://www.nabble.com/file/3729/DoubleContents.JPG This
Image 

jk


bbuchs wrote:
 
 Demos and source files are available at:
 
 http://bryanbuchs.com/tb_dialog/
 
 Feedback  Suggestions welcomed.
 
   - Bryan
 



-- 
View this message in context: 
http://www.nabble.com/Thickbox-%22Extensions%22---Dialog---Monolog--REPOST--tf2455591.html#a6866503
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-16 Thread bbuchs

[Original message ended up in the API Discussion thread - sorry!]

I'm a big, big fan of Cody's Thickbox script. I'm using it for a web app 
I've been building, and it's fantastic.

I wanted/needed a script that worked similarly for custom dialog boxes
(OK/Cancel). Since Thickbox was already doing most of the heavy
lifting, I wrote up some functions that tap into it and handle the dialogs.

Something else I've been working on is a Monolog box, which I read
about on the Humanized weblog [1]. Essentially, it's for displaying a
transient status message to the user that doesn't really require any
input. Again, I tapped into Thickbox for this one.

Demos and source files are available at:

http://bryanbuchs.com/tb_dialog/

Feedback  Suggestions welcomed.

  - Bryan

---

[1]
http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages/
 
-- 
View this message in context: 
http://www.nabble.com/Thickbox-%22Extensions%22---Dialog---Monolog--REPOST--tf2455591.html#a6844305
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/