Thickbox includes the functionality of the Greybox technique with that of Lightbox, to product a great model window solution. The script allows you show structural markup and images in the window. The html that is shown inside ThickBox is pulled from the server using AJAX. Additionally, Thickbox uses a compressed version of jquery rather than the close to 100k of Prototype & Scriptaculous to create a lightweight model window solution.
Category Archives: Model Windows
-
ThickBox – AJAX Modal Window With Functionality
– June 21, 2006 - No comments - Posted in Design Patterns, Model Windows. -
-
Prototype Window Class
– June 16, 2006 - No comments - Posted in Design Patterns, Model Windows. -
Model windows or lightboxes are being used on many sites today. I’ve been using them for over a year now in a variety of ways including login boxes, bookmarkletts, and alerts. Prototype has come through again by producing a series of samples that you can use yourself. This javascript class allows you to add window in a HTML page. This class is based on Prototype. The code is inspired by the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it’s not mandatory. It has been tested on Safari, Camino, Firefox and IE6. Enjoy!