Hi folks!

As mentioned in my other post 
<https://groups.google.com/d/msg/tiddlywiki/sRUVnlIaT3E/HeHogoUmAQAJ> there 
is a new <details> and <summary> structure in HTML 5. And I just finished my 
details widget <http://tid.li/tw5/hacks.html#DetailsWidget> to use it 
TW-style. As always with TW, you could code this by hand – then you would 
maybe like to look at my styles 
<http://tid.li/tw5/hacks.html#%24%3A%2F_telmiger%2Fstyles%2Fdetails.css> 
and copy the structure with an additional <span>: 

<details class="tc-details">
   <summary>Open here!</summary>
   <span>This is the revealed content</span>
</details> 

This covers also the arrow feature @webcorerard asked for.

All the best!
Thomas

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46926d84-29b4-4381-ab9e-0ca6d64e97a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to