访问Form Builder摘要(其中列出了我当前有权访问的表单)时,我看到使用
<query name="application-name"
path="xh:head[1]/xf:model[@id = 'fr-form-model'][1]/xf:instance[@id = 'fr-form-metadata']/*[1]/application-name[1]"
inline-label="" type="xs:string" control="output"
search-field="true" summary-field="true" match="substring" />path表达式是如何/在哪里构建的?
发布于 2013-04-27 02:46:28
fr-summary class的构建方法相同。为了让摘要页可以找到这些元素,表单生成器让hidden outputs with that class.path表达式,并在这些绑定上构建和构建连接ref的表达式。https://stackoverflow.com/questions/16243252
复制相似问题