Zum Hauptinhalt gehen

I want to Menu - pop up automatically

Kommentare

2 Kommentare

  • John Nerge

    You can make it visible when the viewer launches by changing the visibility setting on the IWantToMenuView from false to true. You can also change the region it opens in (ex. use the DataRegion to open it on top of your layer list).

    {

     

    "id": "IWantToMenuView",

     

    "viewModelId": "IWantToMenuViewModel",

     

    "visible": true ,

     

    "type": "geocortex.essentialsHtmlViewer.mapping.modules.IWantToMenu.IWantToMenuView",

     

    "markup": "Mapping/modules/IWantToMenu/IWantToMenuView.html",

     

    "region": "IWantToMenuRegion",

     

    "configuration": {

     

    "menuId": "Iwantto"

     

    }

     

     

    As far as keeping it open after the user clicks an item in it, I don't know if you can do that. A workaround would be to configure your Home panel to launch the I Want To menu commands workflows via links.

    0
  • Permanently deleted user

    Thanks. Although your right, it doesnt stay open.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.