Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 110690

Re: JS "goto item"

$
0
0

Use this to get menuactions id, name and area.

 

var menuactions = app.menuActions.everyItem().getElements();

for(var i = 0;i<menuactions.length;i++)

{

       alert(menuactions[i].id + "\t" + menuactions[i].name + "\t" + menuactions[i].area + "\r");

    }


Viewing all articles
Browse latest Browse all 110690

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>