1 Reply Latest reply on Apr 28, 2011 10:45 AM by ppitonak

    JavaScript and Poll

    ivanjsm

      Good day.

       

      The project is using RichFaces 4. And an interesting question raised...

      Is there any way to stop poll from the JavaScript?

        • 1. JavaScript and Poll
          ppitonak

          Hi,

           

          you can try

          RichFaces.$('form:poll').stopPoll()

          RichFaces.$('form:poll').startPoll()

          where form:poll is full id of poll component. Or you can use rich:component function.

           

          Regards,

          Palo