Re-center Modal Popup with Javascript

后端 未结 3 698
旧巷少年郎
旧巷少年郎 2021-01-01 01:22

I have a modal popup that initially shows some content but expands a div if a checkbox is selected. The modal expands correctly but doesn\'t recenter unless you scroll up or

3条回答
  •  [愿得一人]
    2021-01-01 02:26

    Here is what it is:

    $find('ModalPopupExtenderClientID')._layout();
    

    For example:

    $find('detailsPopUpExtenderId')._layout();
    

    and in aspx:

    
    

    BehaviorID being the property where to set the clientside id.

提交回复
热议问题