limestone/BodyText
Limestone styled text block components and behaviors.
Loading Live Preview
Loading Live Preview
Members
Section titled “Members ”BodyText Component
Section titled “BodyText   Component ”A simple text block component, ready to use in Limestone applications.
BodyText may be used to display a block of text and is sized and spaced appropriately for a
Limestone application.
Usage:
<BodyText>
I have a Ham radio. There are many like it, but this one is mine.
</BodyText> Extends:
limestone/BodyTextlimestone/BodyText.BodyTextBase
Wrapped with:
limestone/BodyTextlimestone/BodyText.BodyTextDecorator
BodyTextBase Component
Section titled “BodyTextBase   Component ”A simple text block component.
This component is most often not used directly but may be composed within another component as it is within limestone/BodyTextlimestone/BodyText.BodyText.
Extends:
ui/BodyTextui/BodyText.BodyText
Properties
centered
Section titled “centered”Centers the contents.
Applies the centered CSS class which can be customized by
/docs/developer-guide/theming//docs/developer-guide/theming/.
Customizes the component by mapping the supplied collection of CSS class names to the corresponding internal elements and states of this component.
The following classes are supported:
bodyText- The root class name
noWrap
Section titled “noWrap”Toggles multi-line (false) vs single-line (true) behavior. noWrap mode
automatically enables limestone/Marqueelimestone/Marquee so long text isn't permanently occluded.
Sets the text size to one of the preset sizes. Available sizes: 'large' (default) and 'small'.
Default: 'large'BodyTextDecorator Higher-Order Component
Section titled “BodyTextDecorator   Higher-Order Component ”Applies Limestone specific behaviors to limestone/BodyTextlimestone/BodyText.BodyTextBase.
Includes:
limestone/Skinnablelimestone/Skinnable.Skinnable