Never mind the hiding issue - I just fixed it with css, thanks for all your help.
On Wednesday, 27 November 2013 12:45:10 UTC-5, mike tissenbaum wrote: > > Hey David, > > So I've been having a bunch of problems with with making the migration > over smoothly, and I know this is probably not the best course of action > but given the way the original js was written (and the fact that I'm not > going to get any help from the original programmer) I'm going to have to > try and work with exhibit 2.2. > > I'm bypassing JQuery Ui and just writing an accordion on my own in js and > this seems to work fine - but I've noticed that I can't remove > ex:facetLabel="LABELNAME" - when I do a label name of "type" appears on the > page. Is there anyway to remove it so that it doesn't appear at all? I need > the label to appear elsewhere in the code. > > Sorry for asking questions about legacy code but hopefully someone can > help out, > > Mike > > On Wednesday, 27 November 2013 11:41:59 UTC-5, mike tissenbaum wrote: >> >> Thanks David - I'll try that first >> >> On Wednesday, 27 November 2013 11:15:23 UTC-5, David Karger wrote: >>> >>> In theory migration should be easy: just point to the new version of >>> the exhibit library at http://api.simile-widgets.org/exhibit/ . I >>> suggest using http://api.simile-widgets.org/exhibit/3.1.0rc/ since that >>> has the latest performance improvements and bug fixes. >>> >>> The syntax for exhibit tags has been changed: where we previously used, >>> e.g., ex:viewClass (camelcase) in attributes, we are now using >>> data-ex-view-class to be compatible with html5 standards. There's a >>> backwards compatibility layer that should work with the ex: syntax , but if >>> you have problems after switching that's the first thing I'd try to fix. >>> >>> There are a few minor features not yet ported to e3---e.g. the slider >>> facet. So keep your old version around in case you hit one of those. >>> >>> >>> On 11/27/2013 11:02 AM, mike tissenbaum wrote: >>> >>> Hi David, >>> >>> Thanks for the reply - I had to try and track down the person who >>> coded the exhibit code (they're off the project - I'm really tasked with >>> skinning it and other changes), unfortunately they aren't able to make any >>> changes as they've moved on to a new project. I haven't touched exhibit at >>> all up to this point - is there any documentation on how to migrate or am I >>> starting over from scratch? >>> >>> Thanks, >>> >>> Mike >>> >>> On Saturday, 23 November 2013 17:30:38 UTC-5, David Karger wrote: >>>> >>>> Mike, your example looks like it is using exhibit version 2. We >>>> aren't really working on that code base any more; rather, our efforts are >>>> directed towards exhibit 3. E3 might not have the bug you are fighting, >>>> and if it does, we're better set up to look into it in the new code. So >>>> if >>>> you could try migrating, that would be great. >>>> http://simile-widgets.org/exhibit<http://www.google.com/url?q=http%3A%2F%2Fsimile-widgets.org%2Fexhibit&sa=D&sntz=1&usg=AFQjCNFxNYFlKrCsZMC9ejQDBQTArP-80g>is >>>> already pointing to exhibit 3 example, so the (minor) necessary changes >>>> should be obvious. >>>> >>>> >>>> On 11/22/2013 10:49 AM, mike tissenbaum wrote: >>>> >>>> Sorry if I'm double posting this but the first one didn't seem to >>>> show up... >>>> >>>> When I embed a Simile Exhibit in a JQuery Accordion nothing seems to >>>> get generated. >>>> >>>> Here's the site that I'm trying it out on with several working >>>> variants of Exhibit with the non working accordion example on the top (the >>>> "Batman" text is simply to test that something is being generated in the >>>> accordion successfully). >>>> >>>> >>>> http://shalu.miketissenbaum.com/maps/index.html<http://www.google.com/url?q=http%3A%2F%2Fshalu.miketissenbaum.com%2Fmaps%2Findex.html&sa=D&sntz=1&usg=AFQjCNHzjjjT61YFFvrixxBMOQGPlYRfdA> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "SIMILE Widgets" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/simile-widgets. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "SIMILE Widgets" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/simile-widgets. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
