Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Trinidad Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Trinidad Tag Reference

10. Trinidad Core Tag Reference

Contents > Trinidad Core Tag Reference > tr:spacer

tr:spacer

The tr:spacer tag displays a blank space.

Example

<tr:outputText value="This is the heading" />
<tr:spacer width="50px" height="75px"></tr:spacer>
<tr:outputText value="This text is below the spacer" />

Rendered Output

Rendered tr:spacer tag

Tag Attributes

attributeChangeListener Text
 
The attributeChangeListener attribute contains the reference to a method that is invoked when the renderer changes a property without the application’s request.
binding Expression
 
The value-binding expression linking this component tag to a backing bean property.
height Text
 
The height attribute sets the height of the component.
id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
partialTriggers Text
 
The partialTriggers attribute sets the ids of components that cause a partial update. Use single colon for components that are in naming containers and multiple colons to search through parent and grandparent containers.
rendered Boolean
 
A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.
shortDesc Text
 
The shortDesc attribute displays help text you hover over the component.
width Text
 
The width attribute sets the width of the component.