Grafoscopio/repository/Grafoscopio/GrafoscopioFmtAnchorAsBody....

15 lines
382 B
Smalltalk

Class {
#name : #GrafoscopioFmtAnchorAsBody,
#superclass : #GrafoscopioFmtUrlAsBody,
#category : 'Grafoscopio-Pillar-TextFormat'
}
{ #category : #'target resize' }
GrafoscopioFmtAnchorAsBody >> beInstalledIn: anExternalLink [
anExternalLink children isEmpty ifFalse: [ ^ self ].
self
installTextNodeAtRightWithValue: anExternalLink anchor asString
in: anExternalLink
]