Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created September 12, 2008 20:24
Show Gist options
  • Save mauritslamers/10511 to your computer and use it in GitHub Desktop.
Save mauritslamers/10511 to your computer and use it in GitHub Desktop.
<%= source_list_view :cc_cm_course_list_cv,
:example_view => 'SC.ListItemView',
:width => 300,
:is_editable => false,
:content_value_key => 'name',
:can_order_content => false,
:content_value_editable => false,
:can_reorder_content => false,
:bind => {
:content => 'CourseCoordinator.CM_courseListController.arrangedObjects',
:selection => 'CourseCoordinator.CM_courseListController.selection'
}
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment