<blockquote>

About The Hr Blockquote

<blockquote>

<blockquote>

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

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

File

html-widget-blockquote.js

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.

Last updated