This was how they did it at teamtasks in TWC 
http://teamtasks.tiddlyspace.com/#%5B%5BTeamTasks%3A%20Task%20Controls%5D%5D

There code was |scope |<<ValueSwitcher type:"dropdown" 
valuesSource:"ScopeDefinitions">> |

I found the $:/core/ui/EditTemplate/type tiddler in TW5 but I am not sure 
which parts to start modifying to create my own dropdown lists. I want to 
create dropdown lists for the people involved and the stages in the process.

\\<p>//Type:// <$edit-text field="type" tag="input" default="" 
placeholder="type" focusPopup=<<qualify "$:/state/typeDropdown">> 
class="tw-edit-typeeditor"/> <$button popup=<<qualify 
"$:/state/typeDropdown">> class="btn-invisible 
btn-dropdown">{{$:/core/images/down-arrow}}</$button></p>

<div class="tw-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/typeDropdown">> type="nomatch" text="" 
default="">
<div class="tw-block-dropdown tw-edit-type-dropdown">
<$linkcatcher to="!!type">
<$list filter="[is[shadow]prefix[$:/docs/types/]] 
[!is[shadow]prefix[$:/docs/types/]] +[sort[description]]"><$link 
to={{!!name}}><$view field="description"/> (<$view field="name"/>)</$link>
</$list>
</$linkcatcher>
</div>
</$reveal>
</div>

Many Thanks Josh.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to