>> <<

Popular post

Random Post

Trending Topic

Popular Post

Sunday, 28 April 2013

Vf Tags

Visualforce Tags : 





Action Function : 
           A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. 
           An <apex:actionFunction>component must be a child of an <apex:form> component. 

                                                                     [More Info]
Action Poller : 

           Action Poller is Timer Component that sends an AJAX update request to the server according to a time interval that you specify. The update request can then result in a full or partial page update. You should avoid using this component with enhanced lists.
          Note that if an < apex:actionPoller > is ever re-rendered as the result of another action, it resets itself. 
           < apex:actionPoller > is a child of  < apex:actionPoller > must be within the region it acts upon.
          For Example, to use an < apex:actionPoller > with an < apex:actionRegion > Below
          < apex:actionRegion >
         < apex:actionPoller/>
          </apex:actionRegion >

                                                                                                               [More Info]
Action Region : Action Region 
<apex:actionRegion>
<apex:actionStatus>
<apex:actionSupport>
<apex:areaSeries>
<apex:attribute>
<apex:axis>
<apex:barSeries>
<apex:chart>
<apex:chartLabel>
<apex:chartTips>
<apex:column>
<apex:commandButton>
<apex:commandLink>
<apex:component>
<apex:componentBody>
<apex:composition>
<apex:dataList>
<apex:dataTable>
<apex:define>
<apex:detail>
<apex:dynamicComponent>
<apex:enhancedList>
<apex:facet>
<apex:flash>
<apex:form>
<apex:gaugeSeries>
<apex:iframe>
<apex:image>
<apex:include>
<apex:includeScript>
<apex:inlineEditSupport>

<apex:inputCheckbox>
<apex:inputField>
<apex:inputFile>
<apex:inputHidden>
<apex:inputSecret>
<apex:inputText>
<apex:inputTextarea>

<apex:insert>
<apex:legend>
<apex:lineSeries>
<apex:listViews>
<apex:message>
<apex:messages>
<apex:outputField>
<apex:outputLabel>
<apex:outputLink>
<apex:outputPanel>
<apex:outputText>
<apex:page>
<apex:pageBlock>
<apex:pageBlockButtons>
<apex:pageBlockSection>
<apex:pageBlockSectionItem>
<apex:pageBlockTable>
<apex:pageMessage>
<apex:pageMessages>
<apex:panelBar>
<apex:panelBarItem>
<apex:panelGrid>
<apex:panelGroup>
<apex:param>
<apex:pieSeries>
<apex:radarSeries>
<apex:relatedList>
<apex:repeat>
<apex:scatterSeries>
<apex:scontrol>
<apex:sectionHeader>
<apex:selectCheckboxes>
<apex:selectList>
<apex:selectOption>
<apex:selectOptions>
<apex:selectRadio>
<apex:stylesheet>
<apex:tab>
<apex:tabPanel>
<apex:toolbar>
<apex:toolbarGroup>
<apex:variable>
<apex:vote>
<c:abc>
<chatter:feed>
<chatter:feedWithFollowers>
<chatter:follow>
<chatter:followers>
<chatter:newsfeed>
<flow:interview>
<ideas:detailOutputLink>
<ideas:listOutputLink>
<ideas:profileListOutputLink>
<liveAgent:clientChat>
<liveAgent:clientChatAlertMessage>
<liveAgent:clientChatEndButton>
<liveAgent:clientChatInput>
<liveAgent:clientChatLog>
<liveAgent:clientChatMessages>
<liveAgent:clientChatQueuePosition>
<liveAgent:clientChatSaveButton>
<liveAgent:clientChatSendButton>
<liveAgent:clientChatStatusMessage>
<messaging:attachment>
<messaging:emailHeader>
<messaging:emailTemplate>
<messaging:htmlEmailBody>
<messaging:plainTextEmailBody>
<site:googleAnalyticsTracking>
<site:previewAsAdmin>
<social:profileViewer>

0 comments:

Post a Comment