onCategoryUpdated( )


A backend event that fires when a forum category is updated.

The onCategoryUpdated() event handler runs when a an existing forum category in your site is updated. The received UpdatedCategory object contains information about the category that was updated.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventUpdatedCategoryRequired

Information about the forum category that was updated.

In this example, the category header background is an image.

JavaScript
Did this help?