showWikiPage
Parameters
- pageName - The name of the wikie page (e.g. "function_showWikiPage")
- 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