#select(objectName="book", property="authorId", options=authors,
textField="authorName"
)#
Sorry, I meant like this
<option value="1"><img src="/images/avatar/1.png" width="20" height="20"> Jim Smith</option>
--
You received this message because you are subscribed to the Google Groups "ColdFusion on Wheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/groups/opt_out.
style="background-image:url(images/avatars/1.png);"
>Jim Smith</option> does not work in IE, so at least for rendering images in the dropdown it's javascript/jquery anyways.