function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunil PalSunil Pal 

Inline Edit Column extension.

HI All, 

 

I have used pageblock in which using inline editing, on click of inline editing the column is is extending(width) .

Trying to give fixed width but after giving fixed with its also not working please help..

<apex:outputField value="#" id="outputFieldIdInLineEdit" >
<apex:inlineEditSupport disabled="#" event="ondbClick" resetFunction="inLineEditSupport" changedStyleClass="myBoldClass" />
</apex:outputField>

This is my portion ..

 

 

Thanks