Module: CalendarFrame
- Includes:
- DocButtons, GlobalMethods, HeaderBar, HeaderFooterBar, LeftMenuBar, PageObject
- Included in:
- AddEditEvent, AddEditFields, Calendar, EventDetail, EventFrequency, ImportStepOne, ImportStepThree, ImportStepTwo
- Defined in:
- lib/sakai-oae-test-api/cle_calendar.rb
Overview
TODO - Write a description
Instance Method Summary collapse
Methods included from GlobalMethods
#close_notification, #menu_item, #open_page, #view_person
Methods included from PageObject
#method_missing, #name_li, #name_link
Methods included from DocButtons
#add_page, #edit_page, #page_revisions
Methods included from HeaderBar
#add_content, #categories, #change_picture, #join_group, #join_requests, #manage_participants, #message, #page_title, #request_to_join_group, #settings
Methods included from LeftMenuBar
#add_new_area, #change_title_of, #delete_page, #expand, #menu_available?, #permissions_for_page, #public_pages, #view_profile_of_page
Methods included from HeaderFooterBar
#acknowledgements, #add_collection, #add_content, #browse_footer, #browse_footer_link, #change_language, #change_location, #click_link, #explore_footer, #explore_footer_link, #login, #messages_container, #my_account, #sign_out, #sign_up, #toggle_collector, #user_agreement
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageObject
Instance Method Details
#calendar_frame ⇒ Object
11 12 13 |
# File 'lib/sakai-oae-test-api/cle_calendar.rb', line 11 def calendar_frame self.frame(:src=>/sakai2calendar.launch.html/) end |