Arjunsos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

EXHIBIT: Email Address in Exhibit Tabular View #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 7:02

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 7:15