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
Post a Comment