XForms upload without delete Button

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

XForms upload without delete Button

Dog86
Hallo,

I have a App using xforms:upload element in orbeon. What I want now is
to remove the "delete button" which appears automaticaly when a file
is uploaded. Is this possible?

Example: http://www.orbeon.com/ops/xforms-upload/

P.s. I mean not the delete trigger which are in front of the upload element.

Greetings Jakob


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: XForms upload without delete Button

Kalle Säilä
You could just hide it with css:

.xforms-upload-remove {display: none;}

- Kalle

On 22.7.2009, at 13.37, Jakob Mandalka wrote:

> Hallo,
>
> I have a App using xforms:upload element in orbeon. What I want now is
> to remove the "delete button" which appears automaticaly when a file
> is uploaded. Is this possible?
>
> Example: http://www.orbeon.com/ops/xforms-upload/
>
> P.s. I mean not the delete trigger which are in front of the upload  
> element.
>
> Greetings Jakob
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: XForms upload without delete Button

Dog86
That's it. Thanks a lot!

2009/7/22 Kalle Säilä <[hidden email]>:

> You could just hide it with css:
>
> .xforms-upload-remove {display: none;}
>
> - Kalle
>
> On 22.7.2009, at 13.37, Jakob Mandalka wrote:
>
>> Hallo,
>>
>> I have a App using xforms:upload element in orbeon. What I want now is
>> to remove the "delete button" which appears automaticaly when a file
>> is uploaded. Is this possible?
>>
>> Example: http://www.orbeon.com/ops/xforms-upload/
>>
>> P.s. I mean not the delete trigger which are in front of the upload
>> element.
>>
>> Greetings Jakob
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws