Tool Bar

T

Tom

Hello,
I'm rtying to crate a tool bar, i want one of the buttons to implement th
xFileAttachment action so the save as will prompt by pressing on it. this is
my code in the xsf, all of the buttons work ok exept the first one (with the
attribute)
What;s wrong? maybe my xmltoedit is not good?

Please Advise.

Thanks Tomer

xsf:toolbar caption="CT-Tool Bar" name="CTBar">
<xsf:button action="xFileAttachment::saveAs" xmlToEdit="GivenName_4"
caption="Save Complete and Check IN" showIf="always"
name="Save_Complete_Button" tooltip="Save Complete and check in"
icon="complete.gif"></xsf:button>

<xsf:button caption="Save As Draft" showIf="always" name="Save_Draft_Button"
tooltip="Save As Draft" icon="draft.gif"></xsf:button>

<xsf:button caption="Check In" showIf="always" name="CheckIn" tooltip="Check
In" icon="checkin.gif"></xsf:button>

<xsf:button caption="Close" showIf="always" name="Close_Button"
tooltip="Close" icon="close.gif"></xsf:button>
</xsf:toolbar>
 

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