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 |
Explain what is Audit trail?
What are the benefits of the “one trigger per object” design pattern?
What are the types of soql statements in salesforce? : salesforce integration
What is the purpose of using with sharing and without sharing?
How u will do Mass Insert through trigger?
Is it possible to write a validation rule on record delete?
How will you pass values from vf page to controller?
How will you achieve pagination in SOQL?
What are report types?
What are differences between custom settings and custom objects?
What are the different data types that a standard field record name can have? : salesforce crm
What are the different ajax action tags? What does each do?