Are you linking to a TW that has other people's home addresses? Do you have 
their permission to do that?

Dave

On Sunday, April 3, 2016 at 5:40:11 AM UTC-5, Hegart Dmishiv wrote:
>
> Hi all,
>
> I have finally mastered the *<$select>* widget, but it has left me 
> wanting a *<$combobox>* widget as well. In my latest experiment 
> <https://tiddlytest.github.io/#foobar> for our *{{DesignWrite}}* semester 
> project, TiddlyCRM, I've been able to populate the options of a 
> *<$select>* widget from a series of tiddlers which are all tagged  foobar . 
> This works great! However, what if the option I want is not currently 
> listed, and I want to add it? That is where a *<$combobox>* widget or 
> equivalent would come in handy. Ideally, I'd like to be able to do this 
> without having to add a plugin, if possible. If not, could someone point me 
> to something that would achieve this result? I know we have the original 
> inventor of the combobox itself, lurking around here somewhere, hehe.
>
> Here's my current code for the *<$select>* widget I'm using...
>
> <$select tiddler="$:/_Temp/foobar" field="city" default="Foo">
> <$list filter="[tag[foobar]]">
> <option value={{!!city}}><$view field="city"/></option>
> </$list>
> </$select>
>
> Note that this solution presumes that every tiddler in the filtered list 
> will have a city field, and it doesn't currently check for uniqueness of 
> the options.
>
>
> Hegart.
>

-- 
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/07df95ec-1903-4864-8024-89821a0d9712%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to