Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建自己的小部件,能够解释开始和结束标签之间的文本,例如:
<p1:Btn ui:field="open" >Open</p1:Btn>
现在 UI 活页夹抛出错误:
Unexpected text in element: "Open" Element <p1:Btn ui:field='open'> (:44)
我认为必须以某种方式标记小部件以允许其中的元素。第二件事是如何读取标签之间的元素。
您的小部件只需实现HasText接口。