Formatting: Blockquote


About

Formatting Blockquote is an HTML format for creating quotation elements - (Demo).



Specification




Configuration



Description

icon
Value Preview
quote View
question View
idea View

icon-color
Icon color. Choose one of the available skins from Skin List.

formatting
By default, the system will process all BLOCKQUOTE elements that placed at supported sections (see data Specification). By setting the value to no in this configuration, the corresponding BLOCKQUOTE elements will not be processed with formatting (they will use the browser's default style).



Usage

  1. Using the BLOCKQUOTE element
              	
              <blockquote>Content</blockquote>
                
              
    Content


  2. Using other elements Styles can also be applied to other HTML elements by adding the w-blockquote class to desired element.

              	
              <div class='w-blockquote'>Content</div>
                
              
    Content


    Note: None of the above HTML configurations include additional settings. All configurations will use the Default Value.


  3. Adding Configuration Add the desired configuration by including the attribute data-configuration-name='Value' to the BLOCKQUOTE element or to an element with the class w-blockquote.

    Example of adding configuration:
            
    <blockquote data-icon='idea'>
      Content
    </blockquote>
            
            
    Content
Have Question?