class Activeadmin::Redactor::RedactorOpts

Public Instance Methods

css() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 18
def css
  opts[:css] || []
end
focus() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 14
def focus
  opts[:focus] === true
end
fullpage() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 10
def fullpage
  opts[:fullpage] === true
end
iframe() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 6
def iframe
  opts[:iframe] === true
end
imageupload() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 26
def imageupload
  opts[:imageupload] || false
end
minheight() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 22
def minheight
  opts[:minheight] || false
end
plugins() click to toggle source
# File lib/activeadmin/redactor_opts.rb, line 30
def plugins
  opts[:plugins] || []
end