Class: Plugins::Core::TextCell

Inherits:
Cell
  • Object
show all
Defined in:
app/cells/plugins/core/text_cell.rb

Instance Method Summary collapse

Methods inherited from Cell

#required?

Instance Method Details

#inputObject



4
5
6
# File 'app/cells/plugins/core/text_cell.rb', line 4

def input
  render
end

#multiline_inputObject



12
13
14
# File 'app/cells/plugins/core/text_cell.rb', line 12

def multiline_input
  render
end

#wysiwygObject



8
9
10
# File 'app/cells/plugins/core/text_cell.rb', line 8

def wysiwyg
  render
end