Activity Forums Salesforce® Discussions Whats is attributes in Visualforce page tags in Salesforce ?

  • MOHIT

    Member
    January 23, 2020 at 1:53 pm

    Apart from standard Visualforce markup, the body of an <apex:component> tag can also specify the attributes that can be passed in to the custom component when it’s used in a Visualforce page. The values of such attributes can then be used directly in the component, or within the component’s controller, if applicable. They can’t, however, be used in the constructor of the component’s controller.

  • Marziya

    Member
    January 23, 2020 at 1:54 pm

    Hello Arun,

    There are different attributes:--

    1. access
    2. assignTo
    3. description
    4. id
    5. required
    6. type

    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos