[Sharepoint 컨트롤] MOSS 모드 창
22388 단어 SharePoint
<script src="../../_layouts/15/SP.UI.Dialog.js" type="text/javascript"></script>
<script type="text/javascript">
function tixing() {
var options = {
url: "/_layouts/15/MyDemo/ApplicationPage2.aspx" ,
title: " " ,
//width:"600px",
height: "218px"
};
SP.UI.ModalDialog.showModalDialog(options);
}
</script >
1 <input id="Button1" type="button" value="button" onclick=" tixing()"/>
2 <asp: Content ID ="Main" ContentPlaceHolderID ="PlaceHolderMain" runat ="server">
3 <script src="../SP.UI.Dialog.js" type="text/javascript"></ script>
4 <table >
5 <tr>
6 <td>
7 <input type="checkbox" />
8 <input type="text" />
9 </td>
10 <td>
11 <input type="radio" name="pinlv" />
12 </td>
13 </tr>
14 <tr style=" margin-top:3px">
15 <td>
16 <input type="checkbox" />
17 <input type="text" />
18 </td>
19 <td>
20 <input type="radio" name="pinlv" />
21
22 <input type="text" style=" width: 20px" />
23 ,
24 <input type="text" style=" width: 20px" />
25
26 </td>
27 </tr>
28 </table >
29 <div style=" margin-top:3px">
30 :
31 <input type="text" style=" width: 22px" />
32 , / :
33 <input type="text" style=" width: 20px" /> ,
34 <input type="text" style=" width: 20px" />
35 </div >
36 <input id="Button1" class="btn" type="button" value=" " style=" margin-left:110px ; margin-top:39px" onclick=" javascript: SP.UI.ModalDialog.commonModalDialogClose(2, 1); " />
37 <input id="btnCancel" class="btn" type="button" value=" " style="margin-left :120px;margin-top: 39px" onclick ="javascript: SP.UI.ModalDialog.commonModalDialogClose(2, 1);" />
38 </asp: Content>
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Excel에서 사이트의 목록 목록을 손쉽게 만들기Excel의 OData 연동 기능을 사용하면 비 프로그래밍 방식으로 SharePoint Online 목록을 쉽게 만들 수 있습니다. ※ SharePoint Server 2013, 2016에서도 갈 수 있습니다. 먼저...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.