r01-contentlist

Details

Back to Visual Areas inventory

Contentlist is a VA that makes it possible to dynamically obtain a list of contents.
To configure this list it is possible:
- Preset N fixed contents
- Specify a search by specifying the search and sort criteria
When painting the list, it is possible to choose the format of each resulting item, indicating:
1. Reduced format (basic formatter), introducing the value: none
2. Detail format (content thumbnail), introducing the miniature: miniatura-1, miniature-3, miniature-5

<r01-contentlist id=""></r01-contentlist>

				
  • Values

    The content of the data structure is dynamic: it is entered by the user.
    This visual area also has a header section made up of a title (textarea) and a subtitle (HTML editor).

    
    {
        "title" : "Noticias",
        "subTitle" : "<p>En esta sección se muestran las últimas noticias publicadas</p>",
        "include": ""
    }
    
  • Description of the items

    • titleTitle of the header section of the visual area

    • subTitleSubtitle of the header section of the visual area

    • include: Single field that inserts the list of contents defined in the form.

  • Editable by the web designer

    The html is editable by the user. Through "expressions" we can model how to insert the data structure on the page.

    <div class="va{OID}">
    {{{include}}}
    </div>
  • Definition of expressions

    {{{include}}}: Unique expression that inserts the entire list of contents.