4 Replies Latest reply on Jan 13, 2011 4:16 AM by blabno

    jQuery lightBox plugin using

    elf

      Hello All,

      I tried to use jQuery lightBox plugin (http://leandrovieira.com/projects/jquery/lightbox/) in my app, but without success.

      I use RF 3.3.3 with JSF2.

      Here is how I tried to do it using jQueryPlugin project (http://community.jboss.org/wiki/40SandboxComponents)

       

          <sandbox:jQueryPlugin src="#{pl.contextPath}/view/js/jquery.lightbox-0.5.js"></sandbox:jQueryPlugin>
      
          <rich:jQuery name="lightBox" timing="onJScall" query="lightBox()" />    
          <rich:jQuery selector="#gallery a" query="lightBox"/>    
      

       

      Could someone please clarify how to use this plugin for RF 3.3.3 with JSF2 ?

       

      Thanks in advance.