org.richfaces.Lightbox org.richfaces.Lightbox org.richfaces.component.html.HtmlLightbox org.richfaces.component.UILightbox org.richfaces.LightboxRenderer org.richfaces.renderkit.html.LightboxRenderer lightbox org.richfaces.taglib.LightboxTag org.ajax4jsf.webapp.taglib.HtmlComponentTagBase org.richfaces.taglib.HtmlLightboxTagTest org.ajax4jsf.tests.AbstractJspTestCase &ui_component_attributes; selector java.lang.String A jQuery selector. overlayBgColor java.lang.String Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color. overlayOpacity java.lang.Double Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9. fixedNavigation java.lang.Boolean Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface. containerBorderSize java.lang.Integer If you adjust the padding in the CSS for the container, #lightbox-container-image-box, you will need to update this value containerResizeSpeed java.lang.Integer Specify the resize duration of container image. These number are miliseconds. 400 is default. txtImage java.lang.String Specify text "Image". txtOf java.lang.String Specify text "of". keyToClose java.lang.String Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to. Default 'c'. keyToPrev java.lang.String Letter to show the previous image. Default 'p'. keyToNext java.lang.String Letter to show the next image. Default 'n'. imageBlank java.lang.String Blank image. imageLoading java.lang.String Image loading icon. imageBtnNext java.lang.String Image for "next" button. imageBtnPrev java.lang.String Image for "previous" button. imageBtnClose java.lang.String Image for "close" button.