zoukankan      html  css  js  c++  java
  • datepicker.css

    在数据配置时,检查系统英文版还是中文版,在
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\iframe.aspx添加


    <link rel="stylesheet" type="text/css"href="/_layouts/1033/styles/datepicker.css"/>

    中文的添加

    <%@ Assembly Name="Microsoft.SharePoint.ApplicationPages" %> <%@ Page Language="C#" Inherits="Microsoft.SharePoint.ApplicationPages.DatePickerFrame"      %> <%@ Import Namespace="Microsoft.SharePoint.ApplicationPages" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <% SPSite spServer = SPControl.GetContextSite(Context); SPWeb spWeb = SPControl.GetContextWeb(Context); %>
    <html dir="<SharePoint:EncodedLiteral runat='server' text='<%$Resources:wss,multipages_direction_dir_value%>' EncodeMethod='HtmlEncode'/>">
     <HEAD>
     <link rel="stylesheet" type="text/css"href="/_layouts/2052/styles/datepicker.css"/>
     
     <META Name="GENERATOR" Content="Microsoft SharePoint">
     <SharePoint:CssLink runat="server"/>
     <script src="./DatePicker.js"></script>
     <title>Date Picker</title>
     </HEAD>
     <BODY onload="PositionFrame('DatePickerDiv');" onkeydown="OnKeyDown(this);" style="margin:0;">
       <SharePoint:SPDatePickerControl id="DatePickerWebCustomControl" runat="server" >
        </SharePoint:SPDatePickerControl>
     </BODY>
    </HTML>

  • 相关阅读:
    [8,9]wsdl2h,soapcpp2 工具的使用
    [7].Gsoap快速入门
    [10].gSOAP Service 一些操作规范和格式
    [16]SOAP/XML在UDP上的实现
    [26].符号约定,gsoap 版本之间的差异性,以及通用性相关介绍
    [19].Gsoap 高级功能
    [14,15,16]MIME,DIME和MTOM附件
    [12,13].gSOAP 错误和标头处理
    Demo学习: Basic jQuery
    Demo学习: CalendarPanel
  • 原文地址:https://www.cnblogs.com/Areas/p/2550920.html
Copyright © 2011-2022 走看看