I am trying to set up a tabular view of our professors including image
thumbnail, name, office, phone and email.
I'm having an issue:
Can't find out how to add the email as a link to this:
<div ex:role="view"
ex:viewClass="Tabular"
ex:orders=".label"
ex:columns=".imageURL, .name, .title, .office, .phone, .email"
ex:columnLabels="IMAGE, NAME, TITLE, OFFICE, PHONE, EMAIL"
ex:columnFormats="list, list, list, list, list"
ex:rowStyler="zebraStyler"
ex:border="1"
ex:cellSpacing="0"
ex:cellPadding="5"
ex:width="100%"
ex:showAll="true">
have only found it via using <table>.
Original issue reported on code.google.com by kimeees...@gmail.com on 3 Mar 2009 at 4:45
Original issue reported on code.google.com by
kimeees...@gmail.com
on 3 Mar 2009 at 4:45