Handbook
Glossary
COMPONENT:
Furnace framework
»
Furnace presentation layer
»
Chloe templates
»
Extending Chloe
»
Extending Chloe with custom components
Next:
An example of a custom Chloe component
Vocabulary
html
.
templates
.
chloe
.
components
Syntax
COMPONENT: name
Word description
Defines a Chloe tag named
name
rendering the HTML component with class word
name
. See
HTML components
.
Definition
USING:
accessors
html.templates.chloe.syntax
kernel
parser
;
IN:
html.templates.chloe.components
SYNTAX:
COMPONENT:
scan-word
[
name>>
]
[
[
component-tag
]
curry
]
bi
define-chloe-tag
;