Handbook
Glossary
link
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Prev:
articles
Next:
>link ( obj -- obj )
Vocabulary
help
.
topics
Class description
Class of help article presentations. Instances can be passed to
write-object
to output a clickable hyperlink. Also, instances of this class are valid definition specifiers; see
Definitions
.
Definition
IN:
help.topics
TUPLE:
link
name
;
Methods
USING:
help.topics
;
M:
link
>link
;
USING:
help.home
help.topics
;
M:
link
add-recent-where
recent-articles
;
USING:
accessors
help.topics
;
M:
link
article-content
name>>
article-content
;
USING:
accessors
help.topics
;
M:
link
article-parent
name>>
article-parent
;
USING:
accessors
help.topics
;
M:
link
article-title
name>>
article-title
;
USING:
definitions
help.syntax
help.topics
kernel
;