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
Casey GehlingCasey Gehling 

Saving inline visualforce page using the standard page layout

Hello, 

My team is asking that I develop a visualforce page to be placed onto a standard page layout (we created a custom object, and they have been developing the page using standard drag and drop functionality). I have the form created, but they are not fond of the extra save button the visualforce page I created requires (due to obvious reasons.. it would be easy to forget to save that portion). Without rewriting the entire page to make it one visualforce page, is there anyway, using javascript or some other tool, we could ensure that the save button on my individual page gets clicked when the standard save button does? I realize we could use ajax/jquery to save the fields as they navigate them on my form, but the producers would really like to be able to format the text as they enter it, and events do not fire on rich text fields. 
arthur.silvaarthur.silva
Hello Casey,

You did it? Can u explain how did that?

My problem is similar to your, I have inline visualforce with radioButton and I need save this values on object. Can you help me? Thanks a lot.