mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
closes #1581
This commit is contained in:
@@ -242,3 +242,57 @@ Parameters: hash (str), object (obj)
|
||||
Useful if your plugins want to cache settings instead of pulling from DB everytime a method is called. Listen to this and refresh accordingly.
|
||||
|
||||
|
||||
Client Side Hooks
|
||||
--------------------
|
||||
|
||||
``filter:categories.new_topic``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
``action:popstate``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:ajaxify.start``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:ajaxify.loadingTemplates``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:ajaxify.loadingData``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:ajaxify.contentLoaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:ajaxify.end``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:reconnected``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:connected``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:disconnected``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:categories.loading``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:categories.loaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:categories.new_topic.loaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:topic.loading``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:topic.loaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:composer.loaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``action:widgets.loaded``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
Reference in New Issue
Block a user