Sha256: 4f3e1c7d035c8cdd4c7877e80a1a81a05899bee5fa45a2f29cbb264ccc12acde

Contents?: true

Size: 458 Bytes

Versions: 24

Compression:

Stored size: 458 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'

# 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)
    return AttributeSection.new(self, *args)
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
volt-0.8.14 lib/volt/page/targets/attribute_target.rb
volt-0.8.13 lib/volt/page/targets/attribute_target.rb
volt-0.8.11 lib/volt/page/targets/attribute_target.rb
volt-0.8.10 lib/volt/page/targets/attribute_target.rb
volt-0.8.9 lib/volt/page/targets/attribute_target.rb
volt-0.8.8 lib/volt/page/targets/attribute_target.rb
volt-0.8.7 lib/volt/page/targets/attribute_target.rb
volt-0.8.6 lib/volt/page/targets/attribute_target.rb
volt-0.8.5 lib/volt/page/targets/attribute_target.rb
volt-0.8.4 lib/volt/page/targets/attribute_target.rb
volt-0.8.3 lib/volt/page/targets/attribute_target.rb
volt-0.8.2 lib/volt/page/targets/attribute_target.rb
volt-0.8.1 lib/volt/page/targets/attribute_target.rb
volt-0.8.0 lib/volt/page/targets/attribute_target.rb
volt-0.7.23 lib/volt/page/targets/attribute_target.rb
volt-0.7.22 lib/volt/page/targets/attribute_target.rb
volt-0.7.21 lib/volt/page/targets/attribute_target.rb
volt-0.7.20 lib/volt/page/targets/attribute_target.rb
volt-0.7.19 lib/volt/page/targets/attribute_target.rb
volt-0.7.18 lib/volt/page/targets/attribute_target.rb