Class

AddTopicScreenHooksApi

AddTopicScreenHooksApi()

Add Topic Screen Hooks. Instance name: addTopicScreenHooksApi

The AddTopicScreenHooksApi() can be used to modify the "Add Topic" screen options.

Constructor

# new AddTopicScreenHooksApi()

Example
externalCodeSetup.addTopicScreenHooksApi.METHOD_NAME

Methods

# hideMediaOptions()

You can use the hook to hide the Media Upload feature from the "Add Topic" screen.

Example
externalCodeSetup.addTopicScreenHooksApi.hideMediaOptions();

# hideNotifyViaEmail()

Hides the component that the user can enable to notify him of follow-up replies via email.

Example
externalCodeSetup.addTopicScreenHooksApi.hideNotifyViaEmail();

# hideTags()

Hide the option to input tags from the "Add Topic" screen.

Example
externalCodeSetup.addTopicScreenHooksApi.hideTags();