javascript - Adobe Livecycle - Creating an object -


i want create object in livecycle. let want create object person hold name, address, age, profession. javascript example, simple.

function person(name, address, age, profession) {     this.name = name     this.address = address     this.age = age     this.profession = profession } 

but how can in livecycle ? !


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -