mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
<!-- Example: Tabs Component with Facets -->
|
|
|
|
<!-- 1. Component in region -->
|
|
<flexiPageRegions>
|
|
<itemInstances>
|
|
<componentInstance>
|
|
<componentName>flexipage:tabset2</componentName>
|
|
<identifier>tabs_main_1</identifier>
|
|
<componentInstanceProperties>
|
|
<name>tabs</name>
|
|
<value>tab1_content</value>
|
|
<value>tab2_content</value>
|
|
</componentInstanceProperties>
|
|
</componentInstance>
|
|
</itemInstances>
|
|
<name>main</name>
|
|
<type>Region</type>
|
|
</flexiPageRegions>
|
|
|
|
<!-- 2. Facets (siblings of region, NOT nested inside) -->
|
|
<flexiPageRegions>
|
|
<itemInstances>
|
|
<!-- Tab 1 content components go here -->
|
|
<componentInstance>
|
|
<componentName>force:detailPanel</componentName>
|
|
<identifier>force_detailPanel</identifier>
|
|
</componentInstance>
|
|
</itemInstances>
|
|
<name>tab1_content</name>
|
|
<type>Facet</type>
|
|
</flexiPageRegions>
|
|
|
|
<flexiPageRegions>
|
|
<itemInstances>
|
|
<!-- Tab 2 content components go here -->
|
|
<componentInstance>
|
|
<componentName>runtime_sales_social:socialPanel</componentName>
|
|
<identifier>runtime_sales_social_socialPanel</identifier>
|
|
</componentInstance>
|
|
</itemInstances>
|
|
<name>tab2_content</name>
|
|
<type>Facet</type>
|
|
</flexiPageRegions>
|