МетаЭра
Предупреждение: Из соображений безопасности документ отображается в ограниченном режиме, поскольку это не текущая версия. Из-за этого могут быть расхождения и ошибки.

Macro Parameters

Не удалось выполнить макрос [velocity]. Причина: [The execution of the [velocity] script macro is not allowed in [xwiki:XWiki.SearchGrid.SearchGridMacro]. Check the rights of its last author or the parameters if it's rendered from another script.]. Нажмите на это сообщение для получения подробной информации.

Usage

Grid layout

{{searchGrid class="Help.Applications.Movies.Code.MoviesClass" showHidden="false" sort="title:asc" facets="databaseList1,staticList1"/}}

The display of the cells within the grid can be customized by creating an UIX for the UIXP org.xwiki.contrib.searchgrid.cell. An example is given in page MovieSearchGridCell for displaying Movies in a custom way, the result can be seen on MovieSearchGrid.

Table layout

{{searchGrid id="movies" class="Help.Applications.Movies.Code.MoviesClass" showHidden="false"
    facets="databaseList1,staticList1"
    columns="title,longText1,databaseList1,staticList1,date" limit="30"/}}