i’m in trouble with a challenge and can’t find a solution since a day now.
renderObj = COA
renderObj {
10 = TEXT
10 {
cObjNum = 1
field = image
split {
token = ,
cObjNum = |*| 10 || 20 |*|
10.current = 1
10.wrap = <li><a href="#"><img ref="uploads/pics/|" src=
20.current = 1
20.wrap = "uploads/pics/|" /></a><span>{CAPTION-GOES-HERE}</span></li>
}
}
}
As you can see I split the images, first is a jQuery object “ref” and the second is a Preview-Image. Now i need to get the caption of one of the two images, doesn’t matter which.
I am really more than happy about every little hint i can get.
Thank you very much!
did not tested it, but i guess that should do the job.