Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8117729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:16:08+00:00 2026-06-06T04:16:08+00:00

I have a lightbox with only one image. Yes, I know its not really

  • 0

I have a lightbox with only one image. Yes, I know its not really inteded for that.

<p:lightBox styleClass="imagebox" widgetVar="light">
  <h:outputLink value="#{imageBean.getImageResourceLink(id)}" title="#{name}" onclick="light.hide();"/> 
   <h:graphicImage library="thumb_lib" name="#{id}" width="165"/>
  </h:outputLink>  
</p:lightBox>

Now I want the lightbox to be closed/hided when I click inside the opened lightbox.
This doesn’t work as expected. Only when I click the lightbox navigation-arrows the lightbox hides. Good, hiding somehow works. But how can I hide it by just clicking inside the lightbox?

How can I achieve this?

Jonny

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T04:16:11+00:00Added an answer on June 6, 2026 at 4:16 am

    Don’t see any “onclick” events inside the p:lightBox

    So I guess you could use the help of jQuery…
    The following should work just fine (add to your js file or script tag)

    jQuery(document).delegate(".imagebox", "click", function (event) {
        light.hide(); 
    });
    

    or

    jQuery(document).delegate(".ui-lightbox-content-wrapper", "click", function (event) {
        light.hide(); 
    });
    

    if your lightBox got an id you can use ....delegate("#idOfLightBox ",....

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a lightbox that has one image, then some more images in the
I have a website that consists of one parent page. Using the lightbox-style jQuery
I have a form on a lightbox, that form is server side validated with
I have over two hundred web pages that need a lightbox added to them.
In Drupal I have two image fields, one to act as a thumbnail and
I'm working on a lightbox style javascript plugin that pops up an image with
I have a business web app which is served using SSL only. One of
I'm using Fancybox for a jQuery lightbox and it only works with one href
I have a site, which upon clicking an image a lightbox pops up (eg
All lightbox scripts have the image gallery option which are built like this: <a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.