Sha256: ceaaad0b63a583bde572e20c61eb5849443fa1b8aae27e8ddca7e4b4cc76dcc5

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

<% content_for('body') do %>

<% view :workspace do %>

<% # PRIMARY TOOLBAR -%>
<div class="toolbar">
  <%= label_view :outlet => true, :tag => 'h1', :bind => {
    :content => 'Docs.docsController.displayClientName'
  } %>
  <div class="buttons">
  <%= button_view :outlet => true, :label => "Rebuild Docs", :image => static_url('icons/small/reset'), :action => 'Docs.docsController.rebuildDocs' %>
  </div>
</div>

<%= collection_view :outlet => :sidebar, :class => :sidebar, :bind => {
  :content => 'Docs.docsController.arrangedObjects',
  :selection => 'Docs.docsController.selection',
}, :example_view => 'Docs.DocLabelView', :properties => {
  :group_by => '"group"' } %>

<% tab_view :outlet => 'container', :class => "container", :bind => { :now_showing => 'Docs.docsController.nowShowingContainer' } do %>

<%= view :outlet => :runner_tab, :tag => :iframe, :view => 'Docs.DocFrameView', :bind => { 
  :doc => 'Docs.docsController.selectedDoc' } %>

<% view :outlet => :rebuilding_tab do %>
<h1><img src="<%= static_url('spinner') %>" /> Rebuilding Documentation...</h1>
<% end %>

<% end %>
<% end %>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sproutcore-0.9.0 clients/sc_docs/english.lproj/body.rhtml