Sha256: ee442f6b3e838d42f9e095cc13679cea297efc3c9f02654a65b7a00d8b269284

Contents?: true

Size: 479 Bytes

Versions: 71

Compression:

Stored size: 479 Bytes

Contents

require 'volt/page/targets/base_section'
require 'volt/page/targets/attribute_section'
require 'volt/page/targets/binding_document/component_node'
require 'volt/page/targets/binding_document/html_node'

module Volt
  # AttributeTarget's provide an interface that can render bindings into
  # a string that can then be used to update a attribute binding.
  class AttributeTarget < ComponentNode
    def dom_section(*args)
      AttributeSection.new(self, *args)
    end
  end
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
volt-0.9.7.pre8 lib/volt/page/targets/attribute_target.rb
volt-0.9.7.pre7 lib/volt/page/targets/attribute_target.rb
volt-0.9.7.pre6 lib/volt/page/targets/attribute_target.rb
volt-0.9.7.pre5 lib/volt/page/targets/attribute_target.rb
volt-0.9.7.pre3 lib/volt/page/targets/attribute_target.rb
volt-0.9.7.pre2 lib/volt/page/targets/attribute_target.rb
volt-0.9.6 lib/volt/page/targets/attribute_target.rb
volt-0.9.6.pre3 lib/volt/page/targets/attribute_target.rb
volt-0.9.6.pre2 lib/volt/page/targets/attribute_target.rb
volt-0.9.6.pre1 lib/volt/page/targets/attribute_target.rb
volt-0.9.5 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre12 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre11 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre9 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre8 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre7 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre6 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre5 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre4 lib/volt/page/targets/attribute_target.rb
volt-0.9.5.pre3 lib/volt/page/targets/attribute_target.rb