Can an image behave as a button?

S

Se3ker

Help files say this:

"It is not possible to add an image to a button in design mode. To work
around this limitation, you can manually edit the manifest (.xsf) file that
is associated with the form template, although this method is recommended
only for advanced form designers."

In my .xsf file i have these 3 buttons:

<xsf:unboundControls>
<xsf:button name="bttnNew"></xsf:button>
<xsf:button name="bttnPrint"></xsf:button>
<xsf:button name="bttnSubmit"></xsf:button>
</xsf:unboundControls>

how can i add images to them??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top