【发布时间】:2018-07-15 14:05:43
【问题描述】:
我在 SF 中设置了一个字段,我在 Visual Force 页面中使用该字段,并且字段标签的格式不完全配合。
这是我的代码。
<apex:pageblocksection columns="1" title="[...]" collapsible="false">
<apex:repeat value="{!fields2}" var="c">
<apex:inputfield value="{!ghostacc[c.fieldPath]}" required="true" style="white-space: nowrap; position: relative;"/>
</apex:repeat>
</apex:pageblocksection>
结果是允许自动换行的输入字段的标签。有什么我想念的吗?
谢谢!
【问题讨论】:
标签: salesforce visualforce apex