A single Visualforce page. All pages must be wrapped inside a single page component tag.
An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types.
An area of a page that uses styling similar to the appearance of a Salesforce detail page, but without any default content.
A button that is rendered as an HTML input element with the type attribute set to submit, reset, or image, depending on the <apex:commandButton> tag's specified values. The button executes an action defined by a controller, and then either refreshes the current page, or navigates to a different page based on thePageReference variable that is returned by the action.An <apex:commandButton> component must always be a child of an <apex:form> component.See also: <apex:commandLink>
A Flash movie, rendered with the HTML object and embed tags.
The email publisher lets support agents who use Case Feed compose and send email messages to customers. You can customize this publisher to support email templates and attachments. This component can only be used in organizations that have Case Feed and Email-to-Case enabled. Ext JS versions less than 3 should not be included on pages that use this component.