Ok

I fixed it!!

<div class="top-search tw-block-dropdown-wrapper">
<div class="tw-search">
<$linkcatcher to="$:/temp/topSearch">
<$edit-text tiddler="$:/temp/topSearch" type="search" tag="input"/><$reveal 
state="$:/temp/topSearch" type="nomatch" text=""> <$link to="" 
class="btn-invisible">{{$:/core/images/close-button}}</$link></$reveal>
</$linkcatcher>
</div>
<$reveal state="$:/temp/topSearch" type="nomatch" text="">
<div class="tw-search-results tw-block-dropdown">
//<small><$count filter="[!is[system]search{$:/temp/topSearch}]"/> 
matches</small>//

<$list filter="[!is[system]search{$:/temp/topSearch}sort[title]limit[250]]" 
template="$:/core/ui/ListItemTemplate"/>
</div>
</div>

</$reveal>

But again... this have required a lot of investigating and effort. Why it 
is not documented in any place? I know there are documentation of the 
linkcatcher... but with ANY practical example. Maybe how a widget is used 
in the wiki can be used as a good practical example. Reading the 
description of the widget I probably NEVER deduced how it works or how to 
use it.

regards.

El lunes, 7 de abril de 2014 11:53:08 UTC+2, Danielo Rodríguez escribió:
>
> Hello,
>
> I spent some days investigating with no luck. Could someone tell me why 
> this tiddler produces a list of results that makes the clicked element to 
> appear in the other search text area instead of open the tiddler??
>
> Thanks in advance. 
> One more question:What is the role of the linkcatcher here?
>
>
> <$linkcatcher to="$:/temp/search">
> <div class="top-search tw-block-dropdown-wrapper">
> <div class="tw-search">
> <$edit-text tiddler="$:/temp/topSearch" type="search" 
> tag="input"/><$reveal state="$:/temp/topSearch" type="nomatch" text=""> 
> <$button set="$:/temp/topSearch" setTo="" 
> class="btn-invisible">{{$:/core/images/close-button}}</$button></$reveal>
> </div>
>
> <$reveal state="$:/temp/topSearch" type="nomatch" text="">
> <div class="tw-search-results tw-block-dropdown">
> //<small><$count filter="[!is[system]search{$:/temp/topSearch}]"/> 
> matches</small>//
>
> <$list 
> filter="[!is[system]search{$:/temp/topSearch}sort[title]limit[250]]" 
> template="$:/core/ui/ListItemTemplate"/>
>
> </div>
>
> </$reveal>
> </div>
> </$linkcatcher>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to