Hi, I am just at the beginning of learning SPRY data.
I can change image using spry data like this.
<div id="op1" spry:detailregion="ds1 ds1Data"><img
src="{@file}"/></div>
Now.. how can I change background image in table using spry ?
for example...below does not work
<div id="op1" spry:detailregion="ds1 ds1Data">
<td background="{@file}">content</td>
</div>
So... how can I change those background image with filename taken from spry
dataset ?
Anybody can help ?