Handbook
Glossary
link-title ( obj -- string )
Link components
Prev:
link
Next:
link-href ( obj -- url )
Vocabulary
html
.
components
Inputs
obj
an
object
Outputs
string
a
string
Word description
Outputs the title to render for a link to the object.
Definition
IN:
html.components
GENERIC:
link-title
( obj -- string )
Methods
USING:
accessors
html.components
webapps.planet
;
M:
blog
link-title
name>>
;
USING:
accessors
html.components
;
M:
simple-link
link-title
title>>
;
USING:
html.components
strings
;
M:
string
link-title
;
USING:
html.components
urls
;
M:
url
link-title
;