showWikiPage
Displays a wiki page in the right sidebar.
Parameters
Example Usages
brixxApi.showWikiPage("function_setVisibility", true); brixxApi.showWikiPage("appConfigManual_address", false);
brixxApi.showWikiPage("appConfigManual_address"); //2. parameter is false by default, so both lines give the same resultLast updated