Skip to content

Page Item Reference

Reference for Page Item Reference in Web Framework References. Key properties: ID, Class, Text, Link.

Use this reference to understand what Page Item Reference is for and which component-specific inspector group matters most when you configure it.

Inspector Property Groups

Page Item Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class
TexttextText shown for the page item.
Sets the visible label for a pagination item. For accessibility, ensure previous/next controls have proper labels and ARIA attributes when needed. Bootstrap docs: Pagination
Supports dynamic option sources.
LinkfileSets the link destination.
Sets the element's href attribute. Use absolute URLs ( https://... ) or relative paths. For internal navigation, prefer the Internal option when available. Bootstrap docs
Attribute: href
InternalbooleanUse Internal to do partial load in the current view
Uses your project's internal routing/linking mechanism instead of a raw href . This helps keep links consistent when routes or file paths change in your project. Bootstrap docs: Introduction
TargetdroplistWhere to open the link.
Controls where the link opens. Common values are _self (same tab) and _blank (new tab). If you use _blank , consider adding rel="noopener" for security. Bootstrap docs: Introduction
Attribute: target
Options: Default, _blank, _top, _self

Text

Property Type Details
Advancedcss_toggleAdvanced layout options.
Advanced layout options provided by the rule. These typically map to Bootstrap utility classes (spacing, flex, display) to fine-tune layout. Bootstrap docs: Utilities API
Colorcolor_groupOptions: text-primary, text-primary-emphasis, text-secondary, text-secondary-emphasis, text-success, text-success-emphasis
Text Opacityrange 
Alignbutton_groupControls text alignment.
Controls text alignment using Bootstrap text utilities. Applies classes like text-start , text-center , text-end , including responsive variants (e.g. text-md-center ). Bootstrap docs: Text utilities
Options: text-start, text-center, text-end
Font Weightbutton_groupControls font weight.
Controls font weight using Bootstrap font-weight utilities. Applies fw-light , fw-normal , fw-bold , etc. Bootstrap docs: Font weight
Options: B, B+, N, L, L+
Line Heightbutton_groupControls line height.
Controls line height using Bootstrap line-height utilities. Applies lh-1 , lh-sm , lh-base , or lh-lg . Bootstrap docs: Line height
Options: 1, SM, BS, LG

Appearance

Property Type Details
Back Colorcolor_groupOptions: text-bg-primary, bg-primary, bg-primary-subtle, text-bg-secondary, bg-secondary, bg-secondary-subtle
Back OpacityrangeControls background opacity.
Controls background opacity when using background color utilities. Applies classes like bg-opacity-25 , bg-opacity-50 , etc. Bootstrap docs: Background utilities
WidthrangeSets a Bootstrap width utility class.
Sets a Bootstrap width utility class. Applies utilities like w-25 , w-50 , w-75 , w-100 , or w-auto . Bootstrap docs: Sizing
HeightrangeSets a Bootstrap height utility class.
Sets a Bootstrap height utility class. Applies utilities like h-25 , h-50 , h-75 , h-100 , or h-auto . Bootstrap docs: Sizing
OpacityrangeSets the opacity utility class.
Sets an opacity utility class. Applies utilities such as opacity-25 , opacity-50 , opacity-75 , or opacity-100 . Bootstrap docs: Opacity
ShadowdroplistApplies a Bootstrap shadow utility.
Applies a Bootstrap shadow utility. Uses classes like shadow , shadow-sm , shadow-lg , or removes shadow with shadow-none . Bootstrap docs: Shadows
Options: Default, None, Small, Regular, Large

Spacing

Property Type Details
Margin<br>&<br>Paddingspacing 
X GutterrangeHorizontal gutter size.
Sets the horizontal gutter (spacing between columns). Uses gx-* utilities to control the horizontal gutter size. Bootstrap docs: Gutters
Y GutterrangeVertical gutter size.
Sets the vertical gutter (spacing between rows). Uses gy-* utilities to control the vertical gutter size. Bootstrap docs: Gutters

Display

Property Type Details
Hide onbutton_groupOptions: xs, sm, md, lg, xl, xxl
Printbutton_group 
Visually Hiddenboolean 
Focusableboolean 

Flex Item

Property Type Details
Align Selfbutton_groupOptions: , , , ,
Orderrange 
Growbutton_groupOptions: flex-grow-1, flex-grow-0
Shrinkbutton_groupOptions: flex-shrink-1, flex-shrink-0