Re: [Simile-Widgets] Is it possible?

2017-08-11 Thread David Karger
Remember that exhibit can render arbitrary html in its tile view. Thus, something like the following would probably work: This should generate one input element for each student, which you could submit using standard form submission tools.

Re: [Simile-Widgets] Is it possible?

2017-08-11 Thread Luis Miguel Morillas
With exhibit you can read an visualize data. You must use other framework to write data (google forms?) El 11/8/2017 17:46, "kimeee" escribió: > I am trying to create a web form that will pull from a spreadsheet based > on which professor a list of students which then

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-03-06 Thread igor cintula
Hi, Can I use one JSON for two types of information ??? .. On Thursday, February 13, 2014 11:15:31 PM UTC+1, David Karger wrote: Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets combined. If you use items with the same label in multiple

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-03-06 Thread David Karger
yes On 3/6/2014 10:04 AM, igor cintula wrote: Hi, Can I use one JSON for two types of information ??? .. On Thursday, February 13, 2014 11:15:31 PM UTC+1, David Karger wrote: Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-02-26 Thread Ted Williams
Thanks for letting me know! On Thursday, February 13, 2014 4:15:31 PM UTC-6, David Karger wrote: Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets combined. If you use items with the same label in multiple files, their properties are merged.

Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-02-13 Thread David Karger
Sure, exhibit allows you to put as many link tags in your document as you like; all the data gets combined. If you use items with the same label in multiple files, their properties are merged. It does take a little bit more time to fetch 19 separate files than one big one, but it may not

Re: [Simile-Widgets] Is it possible to adjust the height?

2011-11-21 Thread David Karger
which tool are you asking about? and is there an example online that isn't doing what you want? On Thursday, November 17, 2011 5:28:53 AM, Hairy Gorilla wrote: I am trying to adjust the height depending on the content inside of bubble, but I don't want to load the content before it shows up.

Re: [Simile-Widgets] Is it possible to have multiple month bands on one time line?

2011-09-03 Thread aaron robb
How are you differenciating between month bands with your data? -- You received this message because you are subscribed to the Google Groups SIMILE Widgets group. To view this discussion on the web visit https://groups.google.com/d/msg/simile-widgets/-/tX6f7BFHinkJ. To post to this group, send

Re: [Simile-Widgets] Is it possible to have multiple month bands on one time line?

2011-08-31 Thread Michael Nosal
Did you remember to sync the bands before constructing the timeline? bandInfos[1].syncWith = 0; bandInfos[2].syncWith = 0; tl = Timeline.create(); --Mike On Jul 26, 2011, at 4:39 PM, Joe wrote: Hello everyone, I just started working with the SIMILE Widget and I wanted to create a

Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-06-02 Thread alex mitchell
Hi Ken, Yes, that's what I needed. Thanks! Alex On 5/14/10 2:43 AM, Ken Thompson k...@jksthompson.plus.com wrote: Hi There is a trackNum attribute mentioned in the Event sources documentation page which might do what you want. I haven't tried it myself.

Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Ken Thompson
Hi There is a trackNum attribute mentioned in the Event sources documentation page which might do what you want. I haven't tried it myself. http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources Regards Ken alex mitchell wrote: I'd like to create a timeline to represent tasks