Maybe a combination of if and concat expressions would work? http://simile-widgets.org/wiki/Exhibit/Conditional_content
- John On Fri, Mar 19, 2010 at 6:43 AM, Franki <[email protected]> wrote: > Hi, I'm using a tabular view and want to override pair-separator on > list formatter because spanish locale (formatter-l10n.js) is wrong. > But ex:formats doesn't work for list { pair-separator: 'y' } > > <div ex:role="view" > ex:viewClass="Tabular" > ex:collectionID="responses-collection" > ex:label="Tab 2" > ex:columns="! > response.survey.label, .question, .amount, .response, ! > response.vendedor, !response.score, !response.date" > ex:formats="date { template: 'dd/MM/yyyy' } > list { pair-separator: 'y' }" > ex:columnFormats="list, list, number, list, > list, number, date" > ex:sortColumn="0" > ex:sortAscending="false" > ex:showToolbox="false" > > > </div> > > -- > 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]<simile-widgets%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/simile-widgets?hl=en. > > -- 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.
