Sha256: 7aafc1e2fc7998039a91cce05122ffd4dee56ced44b5b3b5fd1896bca44b00ea

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

class ComponentWithJsMixin < Netzke::Base
  js_property :title, "ComponentWithJsMixin"
  js_include :extra_one, :extra_two
  js_mixin :method_set_one, :method_set_two
  action :action_one
  action :action_two
  js_property :bbar, [:action_one.action, :action_two.action]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.6.7 test/rails_app/app/components/component_with_js_mixin.rb
netzke-core-0.6.6 test/rails_app/app/components/component_with_js_mixin.rb
netzke-core-0.6.5 test/rails_app/app/components/component_with_js_mixin.rb