Integrating FCK Editor Plugin in Active Scaffold is very easy Assuming FCK Editor Plugin is installed in your application. In controller we need to write the following code to make it work: Considering the category we have this as usual active_scaffold :category do |config| config.label = “Category” # Display page name config.columns = [:name, :rank, [...]
Posts Tagged ‘FCK Editor’
FCK Editor Plugin in ActiveScaffold
Posted in Ruby on Rails, tagged Active Scaffold, ActiveScaffold, FCK Editor, Rails, Ruby, Ruby on Rails on November 12, 2008 | 12 Comments »