Skip to main content
Hello, 

I have inlineedit enabled on a pageBlock, is there a way that I can control the size of the inputtext box that appears when a value is dblclicked?

 

<apex:inlineEditSupport event="ondblclick" showOnEdit="saveButton, cancelButton" />

I have a Text Area field displayed in this pageBlock, however when a user double-clicks the value the input text box shrinks down to a standard 255 character text field.  Is there a way that I can override that behaivor?

Can I control the size of the input box when using inlineedit?

 
2 Antworten
  1. 27. Apr. 2016, 19:07
    Thanks Vivek - however I am using an output field: 

     

    <apex:outputField value="{!vi.Contract_SENT__c}" >

    <apex:inlineEditSupport event="ondblclick" showOnEdit="saveButton, cancelButton" />

    </apex:outputField>

    Does that leave me any options?
0/9000