Visual force tags – IV

61. apex:selectList: A list of options that allows users to select only one value or multiple values at a time, depending on the value of its multiselect attribute.
62. apex:selectOption: A possible value for an or component. The component must be a child of one of those
components.
63. apex:selectOptions: A collection of possible values for an , , or component. An component must be a child of one of those components. It must also be bound to a collection of selectOption objects in a custom Visualforce controller.
64. apex:selectRadio: A set of related radio button input elements, displayed in a table. Unlike checkboxes, only one radio button can ever be selected at a time.
65. apex:stylesheet: A link to a stylesheet that can be used to style components on the Visualforce page. When specified, this component injects the stylesheet reference into the head element
of the generated HTML page.
66. apex:tab: A single tab in an . The component must be a child of a .
67. apex:tabPanel: A page area that displays as a set of tabs. When a user clicks a tab header, the tab’s associated content displays, hiding the content of other tabs.
68. apex:toolbar: A stylized, horizontal toolbar that can contain any number of child components. By default, all child components are aligned to the left side of the toolbar. Use
an component to align one or more child components to the right.
69. apex:toolbarGroup: A group of components within a toolbar that can be aligned to the left or right of the toolbar. The component must be a child component of
an .
70. apex:variable: A local variable that can be used as a replacement for a specified expression within the body of the component. Use to reduce repetitive and verbose
expressions within a page.
71. apex:vote: A component that displays the vote control for an object that supports it.
72. chatter:feed: Displays the Chatter feed for a record. Note that Chatter components are unavailable for Visualforce pages on Force.com sites. Ext JS versions less than 3 should not be
included on pages that use this component.
73. chatter:feedWithFollowers: An integrated UI component that displays the Chatter feed for a record, as well as its list of followers. Note that Chatter components are unavailable for Visualforce pages on Force.com sites. Ext JS versions less than 3 should not be included on pages that use this component. Do not include this component inside an tag.

74. chatter:follow: Renders a button for a user to follow or unfollow a Chatter record. Note that Chatter components are unavailable for Visualforce pages on Force.com sites. Ext JS versions less than 3 should not be included on pages that use this component.
75. chatter:followers: Displays the list of Chatter followers for a record. Note that Chatter components are unavailable for Visualforce pages on Force.com sites. Ext JS versions less than 3 should not be included on pages that use this component.

Leave a Reply

Your email address will not be published. Required fields are marked *

Select Language »