Hi,
I would like to define a button, which should onClick copy the current
file to a specified directory.
So far so good, but after the copying process is finished, I would like
to alert a user-defined message like "Document released".
Is that possible? I could not find any clue how to do this in the DTD
part for the process element...
Here are my definitions so far:
<cfg:button toolTip="Freigeben" icon="icons/release.gif">
<cfg:command name="release"/>
</cfg:button>
...
<cfg:command name="release">
<cfg:process showProgress="false">
<cfg:copyDocument
to="R:\Produktion\Legislations\source"/>
???
</cfg:process>
</cfg:command>
Thank you very much for your help.
wbr,
Roman