I think i found the problem... In your Resource property value, you are using double quotes with the href AND the actual value. This would interfere with what you're trying to do. Instead, use single quotes for the href value and double quotes for the Resource value.
-Rob On Jul 21, 3:16 pm, Marc <[email protected]> wrote: > Thanks for the response. > > My json file appears to have the closing brace. > see:http://screencast.com/t/DLyJs616Xqb > > -Marc > > On Jul 21, 12:06 pm, Rob <[email protected]> wrote: > > > From the video that you linked, the error message referred to a syntax > > error in your json file. Check the properties object in the json file > > and make sure that has a closing brace. > > > -Rob > > > On Jul 21, 11:09 am, Blueharmony <[email protected]> wrote: > > > > Hi, > > > > I'm trying to include a property in my items called "Resource" that > > > when viewed in the Tabular and Tile view shows a hyperlinked phrase > > > rather than the raw URL. > > > > So, I add the property "Resource" and property value <a href="http:// > > > homestarrunner.com">Home Starrunner</a> to the item as shown > > > here:http://screencast.com/t/tjs6iw7r9J. This is all in my datafile.js. > > > > In my exhibit html file, I have setup the > > > following:http://screencast.com/t/VNQq7IkM > > > > When I try to run this file, here's what I get: > > > http://screencast.com/t/DmvryGsg > > > > Thanks, > > > > Marc > > > > --sorry of this is a repeat of an earlier post--i was having problems > > > with my connection--- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
