JMap.Application.User.addPopupMenuAction
Adds an action to the JMap User menu (visible in the project selection panel).
An action must set the "href" OR the "onCLick" parameters, but not both.
Displaying the action's label in the UI The action's label will be translated by JMap NG translation engine if a JTranslationItem is passed, otherwise the simple string will be used. (see See JMap.Language.translate and JMap.Language.addBundle for more details on translations)
: the action to add
: will insert at a specific index in the menu. Start at 0. If index is not correct insert at the end
JMap.Application.User.existsPopupMenuActionById
Returns true if an action menu exists for the given id, else false.
the action menu id
JMap.Application.User.removePopupMenuActionById
Removes an existing action menu
the action menu id
JMap.Application.User
You can manage everything related to user in JMap NG App here.