Thanks for all the help. Based on your information & site, I was able
to track down what I needed!
Here's what I put into the style sheet to supress the information:
.exhibit-views-header {
display: none;
}
.exhibit-tabularView-columnHeader { display: none; }
.exhibit-tabularView-columnHeader-sorted { display: none; }
It also suppresses the column names, but I'm willing to live with
that. Thanks!
On Apr 11, 8:00 am, Marko <[email protected]> wrote:
> .exhibit-collectionView-group-count { display: none; }
> .exhibit-views-unplottableMessage { display: none; }
> .exhibit-views-header { display: none; }
> .exhibit-collectionView-header { display: none; }
>
> And to get rid of the orange scissors:
> div.exhibit-toolboxWidget-popup {
> display: none;
> }
>
> Otherwise look into the source of my (framed!)
> page:http://www.rtvutrecht.nl/dossiers/205847
>
> (those tabs where hellish to do, btw becuase of the original css I had
> to override and because the links aren't in a but in divs (hint :-)
>
> On Apr 10, 10:29 pm, Chuck <[email protected]> wrote:
>
> > Is there a way to suppress the "XX Items filtered from YY originally
> > (Reset All Filters)" message that comes up when you make an Exhibit in
> > tabular view? I just want to display a Header message in the body and
> > a table, and I'm able to suppress the facet information (by simply
> > adding 'style="display: none"' to it) but I can't figure out how to
> > suppress the other message.
>
> > The reason I want to do this is that I want to dynamically create the
> > HTML using different text strings, which will be substituted in and
> > create a different filter on the fixed data coming in from Google
> > Spreadsheets. I only want the user to see the data, not manipulate
> > the filters - my code will control what is getting filtered.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---