Class

TagsController

TagsController()

The TagsController handles most functionality related to tagging of verses.

Like all other controllers it is only initialized once. It is accessible at the global object app_controller.tags_controller.

Constructor

# new TagsController()

View Source frontend/controllers/tags_controller.js, line 37

Methods

# async changeVerseListTagInfo()

This function updates the tag info in existing verse lists after tags have been assigned/removed. It does this for the currently opened tab and also within all other tabs where the corresponding verse is loaded.

View Source frontend/controllers/tags_controller.js, line 1152

# refreshTagDialogs()

This is used to refresh the dialogs after the locale changed

View Source frontend/controllers/tags_controller.js, line 235