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
Raja Bipin Chandra  M BRaja Bipin Chandra M B 

How to copy value from HTML Id attribute as a default value in Apex:input field

Hello All,

I have a Visual force page,where users can input Sales Price. As per the requirement the Customer Price should be defaulted to sales price "On Key up" event synchrnously. And, there should also be an option for user to update Customer Price.

I used some java script on Key up event and tried to display using <div id=" " > tags. However, when i display it outputs in the Read-Only format.So, user cannot be able to edit it again. Can you please suggest alternatives that i should follow?

User-added image

Thanks,
Raja
sandeep@Salesforcesandeep@Salesforce
Hi Raja, 

Can you please let me know what tag you are using in customer price columns is it apex tag or simple html. if it is apex tag it might be a permission issue. so please send code part which show this column.

Thanks
Sandeep Singhal 
http://www.codespokes.com/