When Spry is finished displaying all (repeated) rows within spry:region you can have an notification by using an Spry.Data.Region.addObserver(). Indicating the HTML generation is finished.
Is it possible (and how) to get an notification when a row within Spry.Data.Region has been processed. So I can perform some JS actions, per row in Spry.Data.Region?
Thx Pieter
When Spry is finished displaying all (repeated) rows within spry:region you can have an notification by using an Spry.Data.Region.addObserver(). Indicating the HTML generation is finished.
You can use spry:state for this as in
<div spry:state="error" align="center">Error Loading Results!</div>
<div spry:state="loading" align="center">Loading Results...</div>
<div spry:state="ready">Data results</div>
Is it possible (and how) to get an notification when a row within Spry.Data.Region has been processed. So I can perform some JS actions, per row in Spry.Data.Region?
Not sure what you want to do here.
Gramps
North America
Europe, Middle East and Africa
Asia Pacific