showWikiPage

Displays a wiki page in the right sidebar.

Parameters

  1. pageName - The name of the wikie page (e.g. "function_showWikiPage")

  2. global - Set this to true, if you want to display a page from the global wiki instead of a wiki page from your workspace wiki. The default is global=false.

Example Usages

Global documents

   brixxApi.showWikiPage("function_setVisibility", true);

Workspace documents

   brixxApi.showWikiPage("appConfigManual_address", false); 
   brixxApi.showWikiPage("appConfigManual_address"); //2. parameter is false by default, so both lines give the same result

Last updated