2017-05-11 41 views
0

當我在Zebble文檔網站上閱讀下面的代碼時,我創建了一個新的空白頁面,但我需要將其用於所有頁面,並且我不想在我的所有頁面上重複該設計。當我嘗試建立我的項目出現錯誤象下面這樣:如何爲Xamarin的Zebble中的默認頁面製作我的所有頁面的母版頁?

<z-Component z-type="Page1" z-base="Page" z-namespace="UI.Pages" 
z-partial="true" Title="Page 1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="./../.zebble-schema.xml"> 

    <Stack Id="Header" Direction="Horizontal"> 
    <Button Text="MyToogleMenuBtn" /> 
    <TextView Text="MyPageTitle" /> 
    <Button Text="AddBtn" /> 
    </Stack> 
    <Stack Id="Body"> 

    </Stack> 
    <Stack Id="Footer"> 
    <Button Id="ConfirmBtn" /> 
    </Stack> 

/z-Component> 

和錯誤是:

error screen shot

但我不知道我應該在哪裏添加title屬性。

+0

嘗試將錯誤作爲您帖子的一部分,這使得帖子更易於閱讀。 –

回答

0

對於使用此頁面爲您的其他網頁模板你只需要指定爲z-base

<z-Component z-type="MyChildPage" z-base="MyTemplate" ... 

至於錯誤,你應該刪除Title="Page 1"因爲在沒有Title財產您當前頁面