문제

을 알고 있나 올바른 방법을 제공하는 웹 일부 지역(안 SP2013HTML 페이지 레이아웃)좋은 인간의 제목을 읽을 수 있는?

내가 사용하는 다음 코드:

<div data-name="WebPartZone">
    <!--CS: Start Web Part Zone Snippet-->
    <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <div xmlns:ie="ie">
        <!--MS:<WebPartPages:WebPartZone runat="server" DisplayTitle="Sidebar" AllowPersonalization="false" ID="x9f20386d0c5648cc8fca09e815f2a754" FrameType="TitleBarOnly" Orientation="Vertical">-->
            <!--MS:<ZoneTemplate>-->
                <!--DC: Replace this comment with default web parts for new pages. -->
            <!--ME:</ZoneTemplate>-->
        <!--ME:</WebPartPages:WebPartZone>-->
    </div>
    <!--CE: End Web Part Zone Snippet-->
</div>

당신이 볼로,나는 설정을 제목으로 시설 DisplayTitle 하"사이드"그러나 그것은 작동하지 않습니다.그것은 단지 렌더링하는 제목 페이지에서 다음과 같다:영역 1,2,...

지 않는 이것이 올바른 속?

도움이 되었습니까?

해결책

할 수 있어야만 사용"제목",은 아래와 같습니다.

<!--MS:<WebPartPages:WebPartZone runat="server" Title="Sidebar" AllowPersonalization="false" ID="x9f20386d0c5648cc8fca09e815f2a754" FrameType="TitleBarOnly" Orientation="Vertical">-->
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top