Sha256: 171acb5a7a6f63167d369f83565ae7d7a027ad91e9768e354ee371ba09da52dc

Contents?: true

Size: 245 Bytes

Versions: 11

Compression:

Stored size: 245 Bytes

Contents

class ExtendedComponentWithJsMixin < ComponentWithJsMixin
  js_mixin :some_method_set
  action :action_three

  js_property :title, "ExtendedComponentWithJsMixin"
  js_property :bbar, superclass.js_properties[:bbar] + [:action_three.action]
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
netzke-core-0.7.7 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.6 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.5 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.4 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.3 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.2 test/core_test_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.1 test/rails_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.6.7 test/rails_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.7.0 test/rails_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.6.6 test/rails_app/app/components/extended_component_with_js_mixin.rb
netzke-core-0.6.5 test/rails_app/app/components/extended_component_with_js_mixin.rb