• vinicius.paiva
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi,

 

  Is it possible to render a string content as a visualforce markup?

  For example: I have a apex string which its content is '<apex:outputtext>test</apex:outputtext>'. I want to insert this string into a visualforce page and make it get rendered.

 

Thanks in advance,

Vinícius

Hi,

 

  Supose I want to override a view page for "MyEntity". In this scenario, I can create a VF page, using the MyEntity standard controller and extending it... Then I can create a simple page with the "apex:detail" markup, leveraging the usage of the configured layout for MyEntity.

  How can I do that for the new/edit page?

  Isn't there a way to reuse the built layout?

 

Best regards,

Vinícius

 

Hi,

 

  Is it possible to render a string content as a visualforce markup?

  For example: I have a apex string which its content is '<apex:outputtext>test</apex:outputtext>'. I want to insert this string into a visualforce page and make it get rendered.

 

Thanks in advance,

Vinícius

Is it possible to keep the standard page but extend or customize the standard controller? How would this be done?

 

The question is in general to learn to develop in force. The practical problem I'm facing right now is to set a default value to a a field relating to the user object.

  • September 02, 2010
  • Like
  • 0