📱
HTML Widget
  • HTML Widget
  • Getting Started
    • Regular Use
    • Module Use
  • About
    • The Function
    • Types
  • Components
    • <widget>
    • <stack>
    • <spacer>
    • <img>
    • <text>
    • <date>
    • <style>
    • <!-- Comment -->
  • Add-ons
    • Add-ons
    • <symbol>
    • <hr>
    • <progress>
    • <blockquote>
  • Template
    • Templates
    • Mapping
    • Render
  • Examples
    • Hello, World!
    • Reddit Widget
  • Closing Remarks
    • Bug Fixes and Feedback
    • Support
Powered by GitBook
On this page
  • <blockquote>
  • <blockquote>
  1. Add-ons

<blockquote>

About The Hr Blockquote

Previous<progress>NextTemplates

Last updated 1 year ago

<blockquote>

<blockquote>

<widget>
  <blockquote>
    <text>Foo</text>
  </blockquote>
</widget>

The <blockquote> element defines a blockquote that is mimicked using widget stack elements.

File

InnerHTML

The innerHTML of the <blockquote> element will be compiled within the blockquote.

Attributes

background - colour or gradient

Defines the background of the box.

cornerRadius - posInt

Defines the corner radius of the box.

padding - padding

Defines the padding of the box.

layout - layout

Defines the layout for the box.

space - posInt

Defines the space between the bar and box.

spacing - posInt

Defines the spacing between blockquote elements.

url - url

Defines the blockquote url.

height - posInt

Defines the height. When not set, the height is 100.

width - posInt

Defines the width. When not set, the width is 100.

barWidth - posInt

Defines the width of the bar. When not set, the bar width is 5.

barBackground - colour or gradient

Defines the background of the bar.

barCornerRadius - posInt

Defines the corner radius of the bar.

html-widget-blockquote.js