문제

i have added the script tag "/_layouts/Memento/jquery.tablednd.js" along with few other script tags in the SharePoint master page under "head". I am calling a popup page by doing window.open(test.aspx). In this page the above "script" is not rendered. If i check the view source am not able to find the tablednd.js which helps to perform drag and drop.

Normal pages the tablednd is available.I don't want to write a JavaScript code to add this script to popwindow at runtime. Kindly help me to place the "script" inside the master page in a proper way so that it will be rendered by the popup window also,

도움이 되었습니까?

해결책

Check you are adding the script lines to the correct masterpage. In you popup.aspx, check the top lines to see if it is using the v4 system master page

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top