WATagBrush


Seaside-Canvas

Comment:



Hierarchy:

ProtoObject
Object
WABrush
WATagBrush

Summary:

instance variables:

attributes

methods:

instance class
as yet unclassified no messages

Detail:

instance variables:

attributes
InitialValue:
a WAHtmlAttributes
inferredType:
WAHtmlAttributes

instance methods:

as yet unclassified
attributeAt: key put: value

	self attributes at: key put: value
attributes

	^ attributes ifNil: [attributes _ WAHtmlAttributes new]
attributes: anHtmlAttributes

	attributes _ anHtmlAttributes
document

	^ canvas document
style: aString

	self attributeAt: 'style' put: aString
tag

	self subclassResponsibility
with: aBlock

	self document openTag: self tag attributes: attributes.
	super with: aBlock.
	self document closeTag: self tag.

class methods:

^top


- made by Dandelion -