I was looking for something similar myself. Ended up inspecting the
CSS classes used by Exhibit out-of-the-box and using them in my own
lens definition. Example below:
<div ex:role="lens" ex:itemTypes="Server" style="display: none">
<div ex:content=".label"
class="exhibit-lens-title"></div>
<table>
<tr>
<td class="exhibit-lens-property-name">
Model:
</td>
<td class="exhibit-value">
<div ex:content=".svrmodel"></div>
</td>
</tr>
<tr>
<td class="exhibit-lens-property-name">
Serial Number:
</td>
<td class="exhibit-value">
<div ex:content=".svrserialnumber"></div>
</td>
</tr>
</table>
</div>
HTH,
-Mark
On May 20, 3:36 am, flatline <[email protected]> wrote:
> I would like to remove some fields from the lens but keep the default
> formatting (grey title, light field label, ...)
> Any hint on how this can be achieved?
>
> Thanks a lot for your help!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---