Method: MoveMessageToMethods#select_custom_folder_num
- Defined in:
- lib/kuali-sakai-common-lib/messages.rb
#select_custom_folder_num(num) ⇒ Object
Method for selecting any custom folders present on the screen–and only the custom folders. Count begins with “1” for the first custom folder listed.
316 317 318 |
# File 'lib/kuali-sakai-common-lib/messages.rb', line 316 def select_custom_folder_num(num) frm.radio(:index=>num.to_i+3).set end |