You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Markus Wiederkehr <ma...@gmail.com> on 2004/10/25 08:18:57 UTC

Image check box

Does anyone know of a Tapestry component for creating a check box that
uses an on and off image? This would require some JavaScript code
instead of the simple HTML...

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Image check box

Posted by Jer Kah <je...@gmail.com>.
I'd be interested.

Thanks.


On Fri, 29 Oct 2004 14:00:40 +0200, Markus Wiederkehr
<ma...@gmail.com> wrote:
> I wrote it myself in the meantime. I could post the component if
> anybody is interested...
> 
> Markus
> 
> On Mon, 25 Oct 2004 08:18:57 +0200, Markus Wiederkehr
> 
> 
> <ma...@gmail.com> wrote:
> > Does anyone know of a Tapestry component for creating a check box that
> > uses an on and off image? This would require some JavaScript code
> > instead of the simple HTML...
> >
> > Markus
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: tabindex

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Sure.  Informal parameters should pass right through.

	<input jwcid="@TextField" value="ognl:value" tabindex="5"/>


On Oct 29, 2004, at 10:20 AM, Andreas Vombach wrote:

> Is there a way of specifying tab indexes for input fields? See
>
> http://www.htmlcodetutorial.com/forms/_INPUT_TABINDEX.html
>
> for an example.
>
> Thanks Andreas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: tabindex

Posted by "Filip S. Adamsen" <fi...@stubkjaer-adamsen.dk>.
Informal parameters?

Andreas Vombach wrote:
> Is there a way of specifying tab indexes for input fields? See
> 
> http://www.htmlcodetutorial.com/forms/_INPUT_TABINDEX.html
> 
> for an example.
> 
> Thanks Andreas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 

tabindex

Posted by Andreas Vombach <an...@psi.ch>.
Is there a way of specifying tab indexes for input fields? See

http://www.htmlcodetutorial.com/forms/_INPUT_TABINDEX.html

for an example.

Thanks Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Image check box

Posted by Markus Wiederkehr <ma...@gmail.com>.
I wrote it myself in the meantime. I could post the component if
anybody is interested...

Markus


On Mon, 25 Oct 2004 08:18:57 +0200, Markus Wiederkehr
<ma...@gmail.com> wrote:
> Does anyone know of a Tapestry component for creating a check box that
> uses an on and off image? This would require some JavaScript code
> instead of the simple HTML...
> 
> Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org