Newer Version Available

This content describes an older version of this product. View Latest

apex:insert

A template component that declares a named area that must be defined by an <apex:define> component in another Visualforce page. Use this component with the <apex:composition> and <apex:define> components to share data between multiple pages.

Example

The example above renders the following HTML:

Attributes

Attribute Name Attribute Type Description Required? API Version Access
name String The name of the matching define tag that provides the content to be inserted into this Visualforce page. Yes 10.0 global