So if you're doing current development, you should avoid using the ex: syntax, which has been deprecated and may stop working in the future. The correct current syntax is a data-ex prefix. Also, capitalization has been replaced by hyphenation, e.g.
ex:coderClass --> data-ex-coder-class

I suggest switching to the new syntax to see if that solves the problem you're having.

On 09/05/2014 04:41 PM, [email protected] wrote:
I've been working with Exhibit, and am getting close to a finished product, but I am having trouble with implementing the colorCoder on the Timeline view.

Here is the relevant part copied from my html. I assume it's a simple error, but I can't seem to see it. Any suggestions would be appreciated.


<div ex:role="coder" ex:coderClass="Color" id="subjectColor">
   <span ex:color="#53777A">Civil Rights</span>
   <span ex:color="#e3b4b3">Disabilities</span>
   <span ex:color="#e3b4b3">Education</span>
   <span ex:color="#C02942">Elections</span>
   <span ex:color="#F56991">Food and Agriculture</span>
   <span ex:color="#b3e2e3">Foreign Relations</span>
   <span ex:color="#e3b4b3">Health Care</span>
   <span ex:color="#EFFAB4">Military</span>
   <span ex:color="#b4b3e3">Personal</span>
 </div>

 <div ex:role="view"
     ex:viewClass="Timeline"
     ex:timelineHeight="300"
     ex:topBandHeight="75"
     ex:topBandUnit="month"
     ex:topBandPixelsPerUnit="60"
     ex:bottomBandHeight="25"
     ex:bottomBandUnit="year"
     ex:bottomBandPixelsPerUnit="50"
     ex:colorKey=".subject"
     ex:colorCoder="subjectColor"
     ex:start=".date">
 </div>


Thanks!
Erin
--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

--
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/d/optout.

Reply via email to