Rich text box content duplication
hi experts
i trying rich text content 1 text box text box. here in below image have rich text content in textbox 1 while clicking button content set text field 2 raw value. works fine formating missing. understand due scripit variable asigned text box 2. ask experts there other way duplicate textbox 1 content textbox 2 without loosing format. have tried before.
thanks in advance
you can following way.
var source = textfield1.value.exdata.savexml("pretty"); textfield2.value.exdata.loadxml(source, true);
More discussions in LiveCycle Designer
adobe

Comments
Post a Comment