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

Java 8 + Maven Javadoc plugin: Error fetching URL -

c++ - Msgpack packing bools bug -

java - POJO with list of POJO to JSON display size and index -