Hi,
There is one text box and it's visibility is hidden in initial label and on a button click event I want to show the same text box with updated value.
I can see the visibility of the same textbox is set true in code but it's not visible in the DOM, It was working on smartclient version-9 but not working in version-12
There is one text box and it's visibility is hidden in initial label and on a button click event I want to show the same text box with updated value.
I can see the visibility of the same textbox is set true in code but it's not visible in the DOM, It was working on smartclient version-9 but not working in version-12
Code:
draweebankForm.getField('draweeBranchDesc').show(); draweebankForm.getField('oldDraweeBranchDesc').hide();
Comment