Method: AddEditEventMethods#message_editor
- Defined in:
- lib/kuali-sakai-common-lib/calendar.rb
#message_editor ⇒ Object
The FCKEditor object. Use this method to set up a “wait_until_present” step, since sometimes it takes a long time for this object to load.
268 269 270 |
# File 'lib/kuali-sakai-common-lib/calendar.rb', line 268 def frm.frame(:id, "description___Frame").td(:id, "xEditingArea").frame(:index=>0) end |