Sha256: 7def645d4a30eda44939a9076b651ab439d3ee6c22b70815d93348822dfc2162

Contents?: true

Size: 221 Bytes

Versions: 10

Compression:

Stored size: 221 Bytes

Contents

module ExtDirect
  class Details < Netzke::Base
    js_property :padding, 5

    endpoint :update do |params|
      {:set_title => title}
    end

    def title
      "Details for user #{config[:user]}"
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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