You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2009/05/07 11:57:24 UTC

t5: use image for submit

Hi,

Is there a way to use image for submit? seems, we have only <input
t:type="submit" value="111"/>

-- 
View this message in context: http://www.nabble.com/t5%3A-use-image-for-submit-tp23423549p23423549.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: t5: use image for submit

Posted by Geoff Callender <ge...@gmail.com>.
Another option, using css:

	http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/styling/linksandsubmits1

Geoff

On 08/05/2009, at 5:54 PM, DH wrote:

> Another option:
>
> <input type="image" src="" />
>
> DH
>
> ----- Original Message -----
> From: "Ulrich Stärk" <ul...@spielviel.de>
> To: "Tapestry users" <us...@tapestry.apache.org>
> Sent: Thursday, May 07, 2009 6:01 PM
> Subject: Re: t5: use image for submit
>
>
>> Am 07.05.2009 11:57 schrieb Angelo Chen:
>>> Hi,
>>>
>>> Is there a way to use image for submit? seems, we have only <input
>>> t:type="submit" value="111"/>
>>>
>>
>> <a t:type="linksubmit" t:id="something"><img src="path/to/image
>> alt="image" /></a>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>


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


Re: t5: use image for submit

Posted by DH <ni...@gmail.com>.
Another option: 

<input type="image" src="" />

DH

----- Original Message ----- 
From: "Ulrich Stärk" <ul...@spielviel.de>
To: "Tapestry users" <us...@tapestry.apache.org>
Sent: Thursday, May 07, 2009 6:01 PM
Subject: Re: t5: use image for submit


> Am 07.05.2009 11:57 schrieb Angelo Chen:
>> Hi,
>> 
>> Is there a way to use image for submit? seems, we have only <input
>> t:type="submit" value="111"/>
>> 
> 
> <a t:type="linksubmit" t:id="something"><img src="path/to/image 
> alt="image" /></a>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
>

Re: t5: use image for submit

Posted by Ulrich Stärk <ul...@spielviel.de>.
Am 07.05.2009 11:57 schrieb Angelo Chen:
> Hi,
> 
> Is there a way to use image for submit? seems, we have only <input
> t:type="submit" value="111"/>
> 

<a t:type="linksubmit" t:id="something"><img src="path/to/image 
alt="image" /></a>

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