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 -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -