I've discovered that this works in Chrome but not IE 7. While not 100%
Simile related I'd be greatly obliged if someone can point me to a
good reference on CSS properties and how I can get this to work in IE
7.

On Dec 19, 4:02 pm, Josh <[email protected]> wrote:
> Thanks for the help! I implemented what I think is the row templates
> but I keep getting an error saying that it could not get the display
> property: invalid argument. Here is the relevant section of my code,
> thanks again for the assistance:
>
> <tr>
>                         <td ex:role="viewPanel" colspan="3">
>                                 <div ex:role="view"
>                                      ex:viewClass="TabularView"
>                                      ex:label="Table2"
>                                          ex:columns=".CaseName, .Company, 
> .Section, .Study, .Year"
>                                          ex:columnLabels="Name, Company 
> Profiled, Study Section, Study,
> Year"
>                                          ex:columnFormats="list, list, list, 
> url, list"
>                                      ex:sortColumn="0"
>                                      ex:sortAscending="true"
>                                 >
>                                     <table style="display:none;">
>                                             <tr>
>                                                     <td><span 
> ex:content=".CaseName"></span></td>
>                                                     <td><span 
> ex:content=".Company"></span></td>
>                                                         <td><span 
> ex:content=".Section"></span></td>
>                                                         <td><span 
> ex:content=".Study"></span></td>
>                                                         <td><span 
> ex:content=".Year"></span></td>
>                                             </tr>
>                                     </table>
>                                 </div>
>                         </td>
>                 </tr>
>
> On Dec 19, 3:15 pm, David Huynh <[email protected]> wrote:
>
> > Josh wrote:
> > > How can add HTML links to column data in tabular view? I'm new at
> > > javascript and Exhibit is great, I just want one of the columns to
> > > display a document title and link to the document online.
>
> > > Thanks!
>
> > Hi Josh,
>
> > You'd need to use row templates. Please see the various discussions here:
>
> >http://groups.google.com/group/simile-widgets/search?group=simile-wid...
> > <http://groups.google.com/group/simile-widgets/search?group=simile-wid...>
>
> > David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to