私のテンプレートは
<div>
<div class="header" data-dojo-type="dojox.mobile.Heading" data-dojo-props='fixed:"top"'>
<span class="leftHeaderContent">
${leftButton}
<div class="headerText">${currentView}</div>
</span>
<span class="rightHeaderContent">
<div data-dojo-attach-event='onclick: clickProfile' class='profileButton'><div class=profileButtonInner></div></div>
</span>
</div>
</div>
_WidgetsInTemplateMixin を使用して、カスタム ウィジェットを介してこれを解析します。見出しの 'fixed:"top"' プロパティが機能しないことを除いて、すべてが機能します。
スクロール可能なビューがあり、見出しがコンテンツとともにスクロールします。
テンプレートのルート要素がウィジェットの場合、_WidgetsInTemplateMixin が機能しないことがわかったので、その周りに要素を配置しました。プロパティを除いて、見出しウィジェットとして解析します。
誰かが私を助けることができますか?