List attributes of an XFA Object using Javascript in a PDF -


I am trying to create a PDF document with several text fields which may increase to a certain maximum value in height. Due to project constraints, I am using Adobe Designer 7, which allows javascript to be happy. However, the objects in the FFA are slightly different from the HTML DOM or the first PDF DOS.

Therefore, I know that in my field, TextField 1 has some specific characteristics, such as "H", which controls the height.

The code below is a list of only TextField1 methods, but not the attributes:

  ----- form1.Page1.TextField1 :: exit - (Javascript , Client) ----- (xfa.form.form1.peng1.TextField1 in var i) {try {console.println (i); } Hold (e) {}}  

Why is that so? (And, how can I fix it, so does does list the properties?)

Something was working similar to the above code, but I Negligently lost the snippet and a very low undo-stack

I do not have the answer to this question, how the attributes, but you will find the complete list of supported people here :


Comments