Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>
Exhibit Templates
Colleges in Exhibit
Template that defines a view:
<div> <div ex:role="exhibit-view" ex:viewClass="Exhibit.TileView" ex:possibleOrders=".Valid, .Title, .Errors, .Doctype"> </div> <table ex:role="exhibit-lens" class="college"> <tr> <td><img ex:src-content=".thumbshot_url" alt="thumbshot" height="90" width="120"/> </td> <td> <a ex:href-content=".URL" ex:content=".Title"></a> <ul> <li ex:content=".Doctype"></li> <li ex:content=".error+string"></li> <li ex:content=".encoding"></li> </ul> </td> </tr> </table> </div>
Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>