Skip to main content
Nintex Community Menu Bar

resize panel that have auto resize calculated field in javascript?

  • November 6, 2018
  • 1 reply
  • 39 views

Forum|alt.badge.img+1

dears i have calculated field inside a panel both is set to be auto resized in run time and i set calculated field value using javascript to load its content, so my question is how can i force panel to be resized when calculated field value changed?

1 reply

Forum|alt.badge.img+14
  • Scholar
  • November 20, 2018

right after you change calculated value control content, make following call

NWF.FormFiller.Functions.ProcessFillerControl(NWF$('#'+calcCtrl).closest('.nf-filler-control'), NWF$('.formFillerDiv') ) ;