Sha256: 6479beec88ab9aa0170f109c9c7b1f8560e9c26f8d96a166c864a5ae014f9c3e

Contents?: true

Size: 518 Bytes

Versions: 7

Compression:

Stored size: 518 Bytes

Contents

<%= netzke :tab_panel_one, {
  :height => 300,
  :class_name => "SimpleTabPanel",
  :items => [{
    :class_name => "ServerCaller",
    :title => "Server Caller One"
  },{
    :class_name => "ServerCaller",
    :title => "Server Caller Two"
  }]
} %>

<%= netzke :tab_panel_two, {
  :height => 300,
  :class_name => "SimpleTabPanel",
  :items => [{
    :class_name => "ExtendedServerCaller",
    :title => "Server Caller One"
  },{
    :class_name => "ExtendedServerCaller",
    :title => "Server Caller Two"
  }]
} %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
netzke-core-0.7.7 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.6 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.5 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.4 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.3 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.2 test/core_test_app/app/views/simple_rails/multiple_nested.html.erb
netzke-core-0.7.1 test/rails_app/app/views/simple_rails/multiple_nested.html.erb