We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9923b6d commit 7e4ab60Copy full SHA for 7e4ab60
README.md
@@ -91,7 +91,6 @@ See the following visualforce page example which will generate an edit form for
91
<apex:repeat value="{!layoutSection.layoutFields}" var="layoutField">
92
<apex:inputField value="{!Account[layoutField.ApiName]}" rendered="{!not(layoutField.isPlaceHOlder)}" required="{!layoutField.required}" />
93
<apex:pageblocksectionitem rendered="{!layoutField.isPlaceHolder}" >
94
- <apex:outputPanel ></apex:outputPanel>
95
</apex:pageblocksectionitem>
96
</apex:repeat>
97
0 commit comments