The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
336 views

VisualForce page to allow inline editing of EmailTemplate HTML

Thanks for taking a look at my problem. I am building a VisualForce page to email all CampaignMembers associated with a Campaign record. Everything is working except for one little thing: I have an ...
4
votes
2answers
245 views

Change the height of a Richtext field rendered with <apex:inputField>

I am using <apex:inputField> to display a richtext field on my VF page as I found out that the "Upload Images" functionality only exits when I render those fields not with <apex:inputTextarea ...
1
vote
4answers
108 views

<apex:inputText> changes ID and Name

I have a simple form where I need the input box to have the name and id in it. http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_inputText.htm As the docs says, this: ...
5
votes
2answers
234 views

apex:pageMessages includes the entire component tree path for a apex:inputText with required=“true”

I have a Visualforce page that contains an apex:inputText with required="true". It is nested within several component levels, such as a apex:pageBlockSectionItem, apex:pageBlockSection, apex:pageBlock ...
2
votes
1answer
872 views

Style apex:inputText as required within apex:pageBlockSectionItem

I have a number of fields that I'm binding to within a pageBlockSection. In most cases I can use an inputField to get the standard Salesforce presentation. However, one of the required fields I want ...