Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created October 8, 2008 12:53
Show Gist options
  • Save mauritslamers/15510 to your computer and use it in GitHub Desktop.
Save mauritslamers/15510 to your computer and use it in GitHub Desktop.
<% content_for('body') do %>
<% split_view :workspace do %>
<% scroll_view :orders_scrool, :max_thickness => 400,
:min_thickness => 100 do %>
<%= list_view :orders,
:content_value_key => 'orderer',
:content_value_editable => true,
:bind => {
:content => 'Kitchen.ordersListController.arrangedObjects',
:selection => 'Kitchen.ordersListController.selection'
} %>
<% end %>
<%= split_divider_view :waorkspace_divider %>
<% view :tables, :outlet => true do %>
BBBB
<% end %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment