Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Data type

workspace

required

The name of the workspace.

stringString

path

required

The path relative to the rootPath defined in the configuration

stringString


Example

Get the node of the first component in the area main of the page /travel/hello.

...

Advanced Tables - Table Plus
highlightColor@default
multiplefalse
enableHeadingAttributesfalse
enableSortingfalse
enableHighlightingfalse


Parameter

Description

Parameter type

Data type

workspace

required

The name of the workspace.

path

stringString

nodeTypes

optional

Comma-separated string of primary node types.

query

stringString

q

optional

Text to search (full-text search).

query

string String

orderBy

optional

The properties to order the nodes. Example: mgnl:lastModified desc,title asc*

query

stringString

offset

optional (default=0)

Starting position in a result list (to use for pagination)

query Integer

limit

optional ( default: as set in YAML configuration)

The number of nodes displayed in a page query. (To use togehter with offset for pagination).

query

Integer


...