java - Adobe Pro 11 - Expand Content With Checked Checkbox -
i attempting create service request form via adobe pro 11 (smart form) , running difficulty allowing content shift objects down pages. have text boxes , labels hidden, become visible when check box checked. don't want hidden content take space on page, unless needs visible user.
how content expand , push visible content down page? example, if have 3 check boxes , user clicks first check box, want content display above remaining 2 check boxes (they need shift down).
var desktophide = event.target.isboxchecked(0)?display.visible:display.hidden; this.getfield("quantitydesktopmovetextbox").display = desktophide; this.getfield("quantitydesktopmovelabel").display = desktophide;
for such scenario, adobe propaganda you'd have use dynamic xfa form (created livecycle designer). indeed provide easiest way, using subforms (see documentation).
it is, however, possible acroforms. however, little bit messy, , not work every version of reader. in case, putting contents should shift in fields well. set pagination routine places/moves/creates fields accordingly.
a client of mine has whole set of such dynamic multilingual forms in regular use. in-depth discussion , quotes, feel free contact me in private.
Comments
Post a Comment