Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

mxp.plugins.MyAccount

Alejandro Díaz Torres edited this page May 22, 2014 · 3 revisions

Needed Files

In order to use this plugin you need to include this files in the build.cfg:

  • src/mxp/plugins/MyAccount.js

NOTE: In the default configuration this is already done.

Plugin description

This plugin allow shows account information of logged user.

Configuration Example

You can configure it adding this plugin with this configuration:

    {
        "ptype": "mxp_myaccount",
        "loginManager": "loginTool",
        "actionTarget":{
          "target": "north.tbar",
          "index": 1
        }
    }

The basic parameters are:

  • loginManager: Login plugin id to get the user information
Clone this wiki locally