can change caption or text on button when click event activated? tried everything.
this.caption = "";
this.caption.value = "";
this.caption.value.text = "";
simple problem, out know.
this.caption = "";
this.caption.value = "";
this.caption.value.text = "";
simple problem, out know.
in formcalc:
this.caption.value.#text = "blah"
in javascript:
this.caption.value.resolvenode("#text").value = "blah";
chris
adobe enterprise developer support
this.caption.value.#text = "blah"
in javascript:
this.caption.value.resolvenode("#text").value = "blah";
chris
adobe enterprise developer support
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment