Hi,

I want to use the new fantastic timeline plugin the fommoing way
I have range widgets for setting 2 fields
I have developped a small (javascript based) macro that returns a filter 
definition that is expected to be used by the time-line pluging
This works one time (when I edit or lauch the tiddler)
But when I change the range value my javascript macro (TLfilter) is not 
called
As if the timeline macro was not called.
When my TLfilter macro is invoked outside the time-line macro it is well 
refreshed eachtime I change the range value ...

I need a TW5 expert here ... totally lost !!

Thanks a lot 

Regards
Define the period of interest: <$range field='period' min=0 max=2000 
increment=100/> {{!!period}}

Define the window of interest: <$range field='window' min=0 max=2000 
increment=100/> {{!!window}}

<<timeline-vertical class:primary date:"date" filter:<<TLfilter  
window:{{!!window}} type:{{!!period}} filter:"[tag[test-1]sort[date]]">>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b6eb94d-4b03-4a90-a3c0-f30e40e2331en%40googlegroups.com.

Reply via email to