Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:scripting_description [2018/07/24 17:03] – created bkkr72:scripting_description [2018/07/24 18:56] – [Description] bkkr
Line 2: Line 2:
  
 ====== Description ====== ====== Description ======
 +
 +It corresponds to a textual description in Stages. All operations will return rendered text depending of the context:
 +
 +  * metric/collector - no visualization images, no images
 +  * PDF print - visualization images, images
 +  * visualization - no visualization images, no images
 +
 +^Name^Paramter^Documentation|
 +|getDescription|none|returns the rendered description text in the preferred language|
 +|getDescription|language (de, en, ...)|returns the rendered description text in the given language|
 +|getSection|section name|returns the given rendered section f the description text in the preferred language|
 +|getSection|section name, language (de, en, ...)|returns the given rendered section f the description text in the given language|
 +
 +\\