Skip to main content
John Neff (Ring2Media) 님이 #Visualforce에 질문했습니다
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개
  1. 2016년 4월 27일 오후 7: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