What are the rendered, rerendered and renderas in visualforce page? : salesforce visualforce



What are the rendered, rerendered and renderas in visualforce page? : salesforce visualforce..

Answer / Gaurav Upadhyaya

{"rendered": "A Visualforce component's 'rendered' attribute determines whether the component is displayed or not during the rendering of a Visualforce page. The value is either true or false.n"rerendered": "'Rerendered' refers to the process of re-executing and re-rendering a Visualforce component without affecting its parent component's lifecycle. It can be achieved using an action that contains 'rerender' attribute and specifying the name of the component to rerender.n"renderAs": "The 'renderAs' attribute allows you to render a Visualforce component as HTML, PDF or other supported formats. For example, if you want to render a Visualforce page as a PDF, you can use the 'renderas=pdf' attribute in the page tag."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

Explain what is Audit trail?

1 Answers  


What are the benefits of the “one trigger per object” design pattern?

1 Answers  


What are the types of soql statements in salesforce? : salesforce integration

1 Answers  


What is the purpose of using with sharing and without sharing?

1 Answers  


How u will do Mass Insert through trigger?

1 Answers   American Express,


Is it possible to write a validation rule on record delete?

1 Answers  


How will you pass values from vf page to controller?

1 Answers  


How will you achieve pagination in SOQL?

1 Answers  


What are report types?

1 Answers  


What are differences between custom settings and custom objects?

1 Answers  


What are the different data types that a standard field record name can have? : salesforce crm

1 Answers  


What are the different ajax action tags? What does each do?

1 Answers  


Categories