Answered
Photoshop Script - Javascript: Returning value of input field?
Hi there,
I've got the following input "edittext" field being rendered in a window. How can I return the value that has been input in it?
cal_char = cal.add('edittext', [25,40,135,60], '1');
I have tried cal_char.value, but it doesn't work.
Any help?
Thanks!