You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
= Mentions plugin
|
|
:navtitle: Mentions
|
|
:description: Enables @mention functionality.
|
|
:keywords: mentions, atmentions
|
|
:pluginname: Mentions
|
|
:plugincode: mentions
|
|
:pluginminimumplan: enterprise
|
|
|
|
include::partial$misc/admon-premium-plugin.adoc[]
|
|
|
|
The mentions plugin will present a list of users when a user types the "@" symbol followed by the beginnings of a username after it. It will then query your server using the `+mentions_fetch+` callback.
|
|
|
|
== Interactive example
|
|
|
|
liveDemo::mentions[height="400"]
|
|
|
|
// include::partial$misc/purchase-premium-plugins.adoc[]
|
|
|
|
== Options
|
|
|
|
These configuration options affect the execution of the `+mentions+` plugin. The main option that needs to be implemented is the `+mentions_fetch+` callback.
|
|
|
|
include::partial$configuration/mentions_fetch.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_item_type.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_min_chars.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_menu_complete.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_menu_hover.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_selector.adoc[leveloffset=+1]
|
|
|
|
include::partial$configuration/mentions_select.adoc[leveloffset=+1]
|