How can I go from the default: search [______]
to something more like: [_search_]
basically take the search next to the box, and put it in the box, and
when you click on the box the search text clears.. .. ..
Thanks,
Mike
<<search 's e a r c h'>>
which gave me
search [_s e a r c h_]
getting closer . . .
Mike
Added this to my zConfig (tagged systemConfig)
config.macros.search.label="";
and now I with <<search 's e a r c h'>> I get [_s e a r c h _]
:)
Mike