John Callahan wrote:
> I'm working with Exhibit in Drupal CMS.  I've tested it a bit (internal 
> Drupal Views, Google Spreadsheet.)  So far, it works well.  As FYI, go 
> to http://drupal.org/project/exhibit, then click on View all releases.  
> There is a dev release that was updated Jan 14, 2009.  That is what I 
> downloaded and using (fixes a few bugs in the published alpha release.)
>
> I'm working on creating a metadata catalog.  Of course, there are many 
> systems that do this but Similie is so fast (and cool!) and I'm already 
> building my org sites using Drupal.  Drupal handles users/data input, 
> and display/search through Exhibit.  I only have three entries so far: 
> here is my current exhibit:
>
> http://dgs.geo42.com/content/exhibit-test-page
>
>
> Two problems that maybe others working with Drupal have seen:
>
> 1) In the Timeline view, the display is using the "label" field.  
> Unfortunately, the label field is being populated with the page id.  Is 
> that a problem with how I created my Drupal View, or the Exhibit view 
> panels, or can I write some javascript to change the field used for 
> display to something like "page title"?
>   
On the timeline view div, you could specify an expression for 
calculating the title of an event like so

    ex:eventLabel="concat(.label, ' ', .age)"

> 2) On the Exhibit tile views (listed as Pub Type and Category on my 
> page), there are several fields listed when I click on the "then by" 
> link for sorting.  Can I not show some of these fields?  Would that be 
> done through javascript or maybe through modifying the lens? 
Yes, you can do

    ex:possibleOrders="propertyA, propertyB, propertyC"
    ex:possibleDirections="ascending, descending, ascending"

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