[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Wish: hobbitserver find option.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Wish: hobbitserver find option.
- From: Great Dilla <great.dilla (at) gmail.com>
- Date: Mon, 23 Jan 2006 20:57:29 +0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nj2h6Gbq0WZTf1wioeslAHLlBuN6auJCfoS+lIUhGaEwBM7JshTi0MNdedZe0aVKwrhED40inDL0WjKPmwAsXswFBTmCNAEoH8FvthxiiUsAvZ+qj6dadv7P9wvFftBnhfpFw3cLcTn0aXtU98nsHbMHd5yTSXfXEurVnLXs9JY=
- References: <af5861d60601230342y7a01b456r@mail.gmail.com>
This feature would require you to edit two files.. see below:
[1] Edit the file $HOBBITHOME/server/web/findhost_form
insert: NAME="findHost"
... in the line <FORM METHOD="GET" ACTION="&REQUEST_URI">
insert: onLoad="focus.host();"
... in the line <INPUT TYPE="TEXT" NAME="host" VALUE="" MAXLEN
GTH=200 SIZE=70><BR>
[2] Edit the file $HOBBITHOME/server/web/findhost_header
insert: onLoad="document.findHost.host.focus();"
... in the line <BODY BGCOLOR="&BBBACKGROUND" BACKGROUND="&BBSKIN
/bkg-&BBBACKGROUND.gif" > tag.
And try the find host on the menu.. the cursor is automatically
pointing to the form: "Pattern to look for"
HTH.
On 1/23/06, Peter Welter <peter.welter (at) gmail.com> wrote:
> Hello Henrik,
>
> This is a not a request for a major feature, but it would be very
> welcome if this could be implemented in a coming version of Hobbit.
>
> I would like to see that, when I choose the find-option from the menu,
> the carret moves immedeately to the box where you can enter data. Just
> like the way google works when you enter www.google.com. You can start
> typing directly; with the current Hobbit-version you have to hit the
> TAB-button first.
>
> Thanks in advance,
>
> Peter
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>