function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abilash Kosigi 8Abilash Kosigi 8 

Calling a javascript method from a pageblock table

Hi Guys,

I would like to call a javascript method  on 'Onblur' event from every row of a pageblock table. (How the ids in pageblock table can be accessed in Javascript). My requirement is that I will pass some count to the javascript method of every row and at the end of the table, the overall count should be displayed.
All this logic has to happen at page level without involving any database.

It would be of great help if anyone provides inputs.
 
ShashankShashank (Salesforce Developers) 
This page has an example usage of onblur in a pageblocktable: http://www.davehelgerson.com/?p=496