On Lunes, 14 de Noviembre de 2011 12:16:47 Ole Rummel escribió: > Hi, > how do you enable a column with inplace_edit = :ajax to read a column > override after an update? > > Got a column override applying a background color to a column that > allows inplace_edit (:ajax). When updating the columns value though, > the background color is lost (no matter if update or cancel is > selected). > > How can I ensure that the format of the column is updated? > > Thanks in advance
How is you override? How do you apply the background color? You could set background color with css, using a class applied to td, and you can override column_class helper method to set another class if you need it, probably it's easier. -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- 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.
