Google Groups Home
Help | Sign in
Facebox 1.2 Released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Chris Wanstrath  
View profile
 More options May 5, 2:48 pm
From: "Chris Wanstrath" <ch...@ozmm.org>
Date: Mon, 5 May 2008 11:48:44 -0700
Local: Mon, May 5 2008 2:48 pm
Subject: Facebox 1.2 Released
Facebox 1.2 has been released over at http://famspam.com/facebox/

= Overlay

An overlay is now automatically inserted when the Facebox is opened.
It is, by default, invisible.  To increase the opacity of the overlay
(in order to produce a grayed out background effect), use the
'opacity' setting:

  $.facebox.opacity = 0.5

You can disable the overlay with the 'overlay' setting:

  $.facebox.overlay = false

Clicking on the overlay (or anywhere outside the Facebox) will now
close it.  This brings the total ways to close the Facebox to three:
clicking outside the Facebox, clicking on the 'close' button, and
hitting 'escape.'

= Width

The position of the Facebox is now determined dynamically, based on
the width of the content.

= Events

You can now better hook into Facebox's lifecycle by using the following events:

  init.facebox
  loading.facebox
  beforeReveal.facebox
  reveal.facebox (aliased as 'afterReveal.facebox')
  close.facebox

Simply bind a function to any of these hooks:

  $(document).bind('reveal.facebox', function() {
    ...stuff to do after the facebox and contents are revealed...
  })

= Settings

All two word settings now use the more Javascriptish camelCase
convention over the under_bars.  The loading_image, close_image, and
image_types settings are now renamed as loadingImage, closeImage, and
imageTypes.  The old ones still work but are deprecated.

= CSS Fixes

There have been a number of CSS fixes for stuff like Blueprint and YUI
CSS.  Check the changelog for more into.

= Source Control

If you would like to contribute or follow development, the official
repository is located on GitHub: http://github.com/defunkt/facebox

= Full Changelog

http://github.com/defunkt/facebox/commits/v1.2

--
Chris Wanstrath
http://github.com/defunkt


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Tokumine  
View profile
 More options May 7, 11:43 am
From: Simon Tokumine <si...@japancentre.com>
Date: Wed, 7 May 2008 08:43:35 -0700 (PDT)
Local: Wed, May 7 2008 11:43 am
Subject: Re: Facebox 1.2 Released
Hey Chris, top plugin.

Either I've just had a stroke or the tips for the overlay should be:

$.facebox.settings.opacity = 0.5
$.facebox.settings.overlay = false

(also, thanks so much for github)

Si

On May 5, 7:48 pm, "Chris Wanstrath" <ch...@ozmm.org> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Wanstrath  
View profile
 More options May 7, 2:58 pm
From: "Chris Wanstrath" <ch...@ozmm.org>
Date: Wed, 7 May 2008 11:58:37 -0700
Local: Wed, May 7 2008 2:58 pm
Subject: Re: Facebox 1.2 Released
Thanks Simon, mistake on my part.  All settings do indeed live under
$.facebox.settings

- Chris

On 5/7/08, Simon Tokumine <si...@japancentre.com> wrote:

--
Chris Wanstrath
http://github.com/defunkt

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
raknin  
View profile
 More options May 27, 6:23 am
From: raknin <rak...@gmail.com>
Date: Tue, 27 May 2008 03:23:47 -0700 (PDT)
Local: Tues, May 27 2008 6:23 am
Subject: Re: Facebox 1.2 Released
Hi

can we make the facebox to block the entire screen is such a way that
only the close button will close it? and what is behind is truly
blocked i.e. clciking on it will not do anything?

On May 7, 11:58 am, "Chris Wanstrath" <ch...@ozmm.org> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google