You need to sign in to do that
Don't have an account?

inline field component for VF
Hi,
We all know inline Editable fields from the native VF interface. by this I mean a field that looks like "apex: outputfield" but when double clicked, becomes an "apex:inputfield".
I would like to know if there is any way that I could to this myself
(I have a VF page that works on multiple rows of data, using a datatable full of "apex:inputfield" components.
Is there a VF component for that? if not, is there an Idea to create one?
Thanks
We all know inline Editable fields from the native VF interface. by this I mean a field that looks like "apex: outputfield" but when double clicked, becomes an "apex:inputfield".
I would like to know if there is any way that I could to this myself
(I have a VF page that works on multiple rows of data, using a datatable full of "apex:inputfield" components.
Is there a VF component for that? if not, is there an Idea to create one?
Thanks
Doug, do you have time to post a sample app?