Method: AddEditSyllabusItemMethods#editor
- Defined in:
- lib/kuali-sakai-common-lib/syllabus.rb
#editor ⇒ Object
Defines the text area of the FCKEditor that appears on the page for the Syllabus content.
98 99 100 |
# File 'lib/kuali-sakai-common-lib/syllabus.rb', line 98 def editor frm.frame(:id, /_textarea___Frame/).td(:id, "xEditingArea").frame(:index=>0) end |