consumerOpptyList

<apex:page standardController="Account" extensions="consumerOpptyListControllerExtension"> <apex:pageBlock id="block1"> <apex:pageBlockSection id="section1" columns="2" collapsible="true" title="Title"> <apex:pageBlockTable value="{!Results}" var="ar"> <apex:pageBlockSection id="section1" columns="2" collapsible="true" title="Title"></apex:pageBlockSection> <apex:column headerValue="Operating Plan Total" value="{!ar.OperatingTotal}"/> <apex:column headerValue="Forecast Total" value="{!ar.ForecastTotal}"/> <apex:column headerValue="Actuals Total" value="{!ar.ActualTotal}"/> <!--<apex:column headerValue="Close Date" value="{!ar.CloseDate}"/>--> </apex:pageBlockTable> </apex:pageBlockSection> <script> twistSection(document.getElementById('{!$Component.block1.section1}').getElementsByTagName('img')[0]) </script> </apex:pageBlock> </apex:page>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.