Alfresco Community Edition 5.1.x,如何为文本字段启用工具提示
Alfresco Community edition 5.1.x, how can I enable tooltips for text-field
我正在使用 alfresco community edition5。1.x 我已经在工作流表单中使用 kick-start 创建了工作流 我需要为某些文本字段启用工具提示。
我怎样才能做到这一点?
尝试
<field id="field:name" description="Tooltip text"/>
您可以尝试 description-id 映射到 i18n 字符串。
前往路径/opt/alfresco-community/tomcat/shared/classes/alfresco/web-extension/xxx-config-custom.xml
<field set="info" label-id="field:name" help="Tooltip text"/>
点击可以显示工具提示文本的图标时,工具提示文本会与图标一起显示,应该有助于解决问题。
我正在使用 alfresco community edition5。1.x 我已经在工作流表单中使用 kick-start 创建了工作流 我需要为某些文本字段启用工具提示。
我怎样才能做到这一点?
尝试
<field id="field:name" description="Tooltip text"/>
您可以尝试 description-id 映射到 i18n 字符串。
前往路径/opt/alfresco-community/tomcat/shared/classes/alfresco/web-extension/xxx-config-custom.xml
<field set="info" label-id="field:name" help="Tooltip text"/>
点击可以显示工具提示文本的图标时,工具提示文本会与图标一起显示,应该有助于解决问题。