Skip to main content

sign out

Comments

3 comments

  • Permanently deleted user
    Hi Pedro,

     

    Home panel is a view that is displayed in "HomePanelContainerRegion", which means when you click on Home, the "InfoView" is displayed.

     

    If you want to display Sign In/Out in "HomePanelContainerRegion" which is part of "SignInView", Search for "SignInView" in Desktop.json.js and set its region to "HomePanelContainerRegion" instead of "BannerContentRegion".

     

    Please let me know if you need any clarifications.

     

    Regards,

     

    Mohammad Ashraf
    0
  • Pedro Salazar
    Mohammad,

     

    how do i call the sign in/ out from the home panel?
    0
  • Aaron Oxley
    Hi Pedro,

     

    You can certainly get Sign-in/Sign-out options in the Home menu, it just takes a bit of configuration. Here's the process: 
    1. In Manager, open the Viewer you want for editing. 
    2. Select Toolbar in the left menu.
    3. In the Configured Toolbar area, click the green + button beside the group you want to add the button to.
    4. Select Add Button.
      1. Name: you can decide, but probably "Sign in"
      2. ToolTip: you can decide, this is the text that will show when the mouse hovers over the button.
      3. Image Uri: you can add an icon for the button (default: Resources/Images/Icons/user-24.png)
      4. Command : "SignIn" (without parentheses)
      5. Command Parameter: not required.
    Now, follow the same process to create a "Sign out" button. The Command will be "SignOut". 

     

    That should do it! 

     

    Thanks, 

     

    Aaron Oxley
    0

Please sign in to leave a comment.