The API docs say this about inplace_edit: > Since v2.3: > > For columns with form_ui or form override, it will copy the fields from a > hidden template in the column > header instead of use the default InPlaceEditor. > > If inplace_edit is set to :ajax, an AJAX request will be made to get the > field, that option is needed for > in place editing with RecordSelect.
What is the 'hidden template in the column header' and how do I access it? What does "an AJAX request will be made to get the field, that option is needed for in place editing with RecordSelect" mean? I'm trying to add support for inplace editing for :select and currency fields but having some trouble figuring out what's already here. Any pointers would be appreciated. Thanks M. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
