我在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>
错误是:
但我不知道我应该在哪里添加title属性。