Package ch.tocco.nice2.dms.impl.freemarker


package ch.tocco.nice2.dms.impl.freemarker
  • Classes
    Class
    Description
    Parameters: * ignoreVisibleInNavigation (Boolean, optional, defaults to false): set to true, to ignore the flag "isVisibleInNavigation" * hideInvisibleRecursively (Boolean, optional, defaults to false): set to true, to take the flag "isVisibleInNavigation" into account recursively * showLast (Boolean, optional, defaults to false): set to true, to show the active page * showHome (Boolean, optional, defaults to true): set to false, to hide the home page Available variables: * href (String): url * label (String): label (name) * title (String): title, fallback to label * baseData (Entity): underlying entity of node (e.g.
    Parameters: * node (String, optional, defaults to current node or root node (topLevel flag is set to true) of current request (if any)): url of starting node * nodeEntity (Entity, optional, alternative for setting the 'node' paramater) * topLevel (Boolean, optional, defaults to false): set to true to start at the root node (domain) of the current request rather than the root node of the current request (only applies if the node param is omitted) * type (String, optional, defaults to "Page"): any node type which should be printed (e.g.
    This directive loads the HTTP path of a node.
    This directive loads and prints the references which point to a node.
    This directive loads a thumbnail resource from an entity.