Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 ... [show rest of quote] ... [show rest of quote] -- 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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 > > ... [show rest of quote] ... [show rest of quote] -- 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 |
Free forum by Nabble | Edit this page |