添加你自己的词汇[Nuxeo]
Add your own vocabulary [Nuxeo]
我正在编写布局贡献,我添加了一个名为 city 的 suggestOneDirectory 小部件,但我不知道在哪里可以 change/add 我自己的包含城市词汇的目录名称(而不是 l10ncoverage)显示在列表中。
<widget name="city" type="suggestOneDirectory">
<labels>
<label mode="any">City :</label>
</labels>
<translated>true</translated>
<fields>
<field>adr:city</field>
</fields>
<properties mode="any">
<property name="width">300</property>
<property name="labelFieldName">label_{lang}</property>
<property name="dbl10n">true</property>
<property name="minChars">0</property>
<property name="hideHelpLabel">true</property>
<property name="directoryName">l10ncoverage</property>
<property name="keySeparator">/</property>
<property name="placeholder">Ville</property>
<property name="documentSchemas">dublincore,layout_demo_schema</property>
<property name="repository">default</property>
</properties>
<controls mode="any">
<!-- enable ajax submit on change/click/select on demo application -->
<control name="supportInsideInputWidgetEffects">true</control>
</controls>
</widget>
我没有使用 Nuxeo Studio。
您可以从管理中心执行此操作:请参阅 USERDOC/Managing+Vocabularies
或者您可以使用扩展点:请参阅 SQLDirectoryFactory--directories
我正在编写布局贡献,我添加了一个名为 city 的 suggestOneDirectory 小部件,但我不知道在哪里可以 change/add 我自己的包含城市词汇的目录名称(而不是 l10ncoverage)显示在列表中。
<widget name="city" type="suggestOneDirectory">
<labels>
<label mode="any">City :</label>
</labels>
<translated>true</translated>
<fields>
<field>adr:city</field>
</fields>
<properties mode="any">
<property name="width">300</property>
<property name="labelFieldName">label_{lang}</property>
<property name="dbl10n">true</property>
<property name="minChars">0</property>
<property name="hideHelpLabel">true</property>
<property name="directoryName">l10ncoverage</property>
<property name="keySeparator">/</property>
<property name="placeholder">Ville</property>
<property name="documentSchemas">dublincore,layout_demo_schema</property>
<property name="repository">default</property>
</properties>
<controls mode="any">
<!-- enable ajax submit on change/click/select on demo application -->
<control name="supportInsideInputWidgetEffects">true</control>
</controls>
</widget>
我没有使用 Nuxeo Studio。
您可以从管理中心执行此操作:请参阅 USERDOC/Managing+Vocabularies
或者您可以使用扩展点:请参阅 SQLDirectoryFactory--directories