g_FormView_Tabs
Tabs : Tabs : Layout
A container that displays its child views in tabs - within tabs in a layoutt.
Description
Tabs containin one or more container views that must have either an icon or caption (or both) to show up.
Composites, Tabs, and Switches are container views. They contain other views and may contain each other to any depth. e.g. Composite->Tabs or Tabs->Switch->Tabs
In Portlets and Dialogs, they are mainly used to organize Layouts. In Layouts, they are mainly used to organize Controls e.g. Charts, Tables, Cards, ...
Properties
augment : uiIdentifierA path to the view to augment with this view.
Augmentation rules depend on the types of augmented and augmenting views. When augmented view is a layout, such as Composite, Tabs, or Switch, and augmenting view is also of the same type, the children views will be added to the augmented layout. When both augmented views are layouts but of different type, the augmenting view is inserted next to the augmented one. When augmented view is primitive, the augmenting view is inserted next to it.Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
caption : stringCaption text
enabled : stringEnablement flag association path or expression
name : identifierUnique view name
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
privilege : identifierAccess privilege
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
visible : stringDefault visibility flag association path or expression
Default visiblity set to a control but value can be overriden by script, client state, or control-specific mechanism such as setListColumn in a table.
Content
Sequence of:
t_FormTabs_CaptionLayout [0..1]
Choice of:
g_FormView_Chart [1..1] - Chart control view - within a tab in a layout
g_FormView_Composite [1..1] - A container that displays its child views in columns - within a tab in a layout.
g_FormView_Table [1..1] - Table control - within tabs in a layout
g_FormView_List [1..1] - List control - within a tab in a layout
g_FormView_Picker [1..1] - A Picker control is essentially an enhanced combo box that provides type-ahead selection and a picker dialog as defined in a .picker file that returns a single value.
g_FormView_Multipicker [1..1] - A Multipicker control allows you to pick many items.
g_FormView_File [1..1] - File control - within tabs in a layout
g_FormView_Multifile [1..1] - Multifile control - within tabs in a layout
g_FormView_Combo [1..1] - Combo control - within tabs in a layout
g_FormView_Radio [1..1] - Radio control - within tabs in a layout
g_FormView_Toolbar [1..1] - Menu toolbar - within tabs in a layout
g_FormView_Range [1..1] - Range input control - within tabs in a layout
g_FormView_Label [1..1] - Label control - within tabs in a layout
g_FormView_Entry [1..1] - HTML label control - within tabs in a layout
g_FormView_Field [1..1] - HTML label control - within tabs in a layout
g_FormView_Text [1..1] - Text input control - - within tabs in a layout
g_FormView_RichText [1..1] - RichText input control - within tabs in a layout
g_FormView_Date [1..1] - Date input control - within tabs in a layout
g_FormView_Check [1..1] - Check box boolean input control - within tabs in a layout
g_FormView_Button [1..1] - Button input control- within tabs in a layout
g_FormView_Filter [1..1] - List filter control - within tabs in a layout
g_FormView_Tabs [1..1] - A container that displays its child views in tabs - within tabs in a layoutt.
g_FormView_Switch [1..1] - A container that displays only one of its child views at a time - within tabs in a layout.
g_FormView_Tree [1..1] - Tree control - within tabs in a layout
g_FormView_CustomView [1..1] - CustomView - within tabs in a layout
g_FormView_ScheduleLayout [1..1] - ScheduleLayout control - within tabs in a layout
g_FormView_Image [1..1] - Image control - within tabs in a layout
g_FormView_Browser [1..1] - Browser control - within tabs in a layout
g_FormView_Attachment [1..1] - Attachment control - within tabs in a layout
Example
xml
<Portlet>
<Tabs name="group">
<Composite caption="ids.coverageGroups" name="tabOpptyCoverageTeamList">
<LayoutRef layout="mda:OpportunityCoverageTeamListCustomize" head="true" name="frmOpptyCoverageTeamList"/>
</Composite>
<Composite caption="idss.Customize.templates" name="tabOpportunityTemplate">
<LayoutRef layout="mda:OpportunityTemplateList" head="true" name="frmOpportunityTemplateList"/>
</Composite>
</Tabs>
</Portlet>
Parents
g_FormView_Tabs - A container that displays its child views in tabs - within tabs in a layoutt.
t_FormSwitch_Tabs - A container that displays its child views in tabs - within a switch in a layout.
t_Controllable_Tabs - A container that displays its child views in tabs - in the root of a layout.
t_FormLayout_Tabs - A container that displays its child views in tabs - within a composite in a layout.
Parent topic: t_Controllable_Tabs
Parent topic: t_FormLayout_Tabs