brixxbox Wiki
Search
K

showDiscussion

Opens the discussion sidebar with the chat/discussion for the current record.

Parameters

show - open(true = default) or closes(false) the discussion sidebar. You don't have to worry if it is opend or closed before, but show will also refresh an open discussion.

Example Usages

brixxApi.showDiscussion(); //open the sidebar
brixxApi.showDiscussion(true); //open the sidebar
brixxApi.showDiscussion(false); //closes the sidebar