These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Help creating button to execute menu item

BrookeSchue
Registered: Oct 9 2008
Posts: 16
Answered

Hello all.

In LiveCycle I cannot figure out how to make a button execute a menu item. Specifically, I would like to add a button to "Save As."

Adobe Acrobat Pro 9.0, I can create and customize buttons easily, but I can't see any way to do it in LiveCycle.

Thanks.

Brooke Schue

My Product Information:
LiveCycle Designer, Windows
jonom
Registered: Jan 31 2008
Posts: 133
Add the following javascript to the mouseup event of a button:
app.execMenuItem("SaveAs");
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
Besure to set language to "JavaScirpt".

George Kaiser

BrookeSchue
Registered: Oct 9 2008
Posts: 16
I accepted the first answer but both were equally as helpful...thanks!!!