Hi,

I want to make Images Gallery on TiddlerWiki.
So I import the ImageList like this:
------
ImageList
------
1:http://web.com/cat.jpg
2:http://web.com/dog.jpg 
3:http://web.com/bird.jpg 
------
TiddlerType: application/x-tiddler-dictionary


And only static dataTidder+index is working, but it not to change index.
------
<img src={{ImageList##1}} /> 
------

Then I try  RangeWidget and ViewWidget to finish it, but not working.
------
<$range tiddler="dataIndex" min="1" max="3" default="1" increment="1"/>
<img src=<$view tiddler="ImageList" index=dataIndex > />
------ 

I want to know: How to fill HTML field with dataTiddler?

Thanks.
Yuki

-- 
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/f4bb505a-5774-4743-86d0-de7bc4beb230n%40googlegroups.com.

Reply via email to