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

objective c - Deep Linking for iOS Apps which are not installed yet? -

Changing nested dictionary in VBA -

javascript - SignalR sharing connection between 2 apps -