• Azhar Iqbal 4
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
could you please let me know how can i use line breks in "visualforce email templates" ?
I have a Accordion component in my page which is a custom console component. How can i change the styling of that component?
e.g: Change the font of header-text
I have an attribute in my component
<apex:attribute name="selectedContactName" description="Contact selected" type="String" assignTo="{!ct_displayValue}"/>
which i am assigning to a text field in the component
<apex:inputText styleClass="box" value="{!ct_displayValue}" />

Now when i am changing the value in this text field and clicking on command button. In controller i am getting the value which i have passed to attribute while creation and not the latest one.