Skip to content

Instantly share code, notes, and snippets.

View arpan10's full-sized avatar

Arpan Dhandhania arpan10

  • Crossroad Solutions
  • Pondicherry, India
View GitHub Profile
<% content_for('body') do %>
<% split_view :workspace, :class => 'sc-app-workspace', :style => 'height: 200px', :direction => :horizontal do %>
<% view :sidebar, :outlet => true do %>
<% scroll_view :master_list, :outlet => true do %>
<%= list_view :list,
:view => 'IndexScroller.MyListView',
:outlet => true,
:content_value_key => 'fullName',
:bind => { :content => 'IndexScroller.listController.arrangedObjects' }
%>