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?
Page 1 / 1
right after you change calculated value control content, make following call
NWF.FormFiller.Functions.ProcessFillerControl(NWF$('#'+calcCtrl).closest('.nf-filler-control'), NWF$('.formFillerDiv') ) ;
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.