• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    User component menu not showing up in dashboard designer

    Dashboard Designer & Custom AngularJS Pages
    4
    11
    2.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jared WiltshireJ
      Jared Wiltshire
      last edited by

      Placeholder thread.

      Developer at Radix IoT

      1 Reply Last reply Reply Quote 0
      • W
        wallobee
        last edited by

        I am trying to setup a similar userModule and ran through the example here
        https://help.infiniteautomation.com/getting-started-with-a-user-module/
        but I don't get a UserComponents dropdown in my designer
        0_1558365511501_82ba9bd3-cee4-496d-8a4c-6d89a716de87-image.png
        0_1558365470674_b66d118b-c7c3-4c46-a510-9993cb950c26-image.png

        1 Reply Last reply Reply Quote 0
        • CraigWebC
          CraigWeb
          last edited by

          Are there any errors in your browsers console ?

          1 Reply Last reply Reply Quote 0
          • W
            wallobee
            last edited by

            0_1558365792518_165ce55d-0a6b-4def-b5bc-b837aa61c896-image.png

            1 Reply Last reply Reply Quote 0
            • CraigWebC
              CraigWeb
              last edited by

              When in the dashboard designer page right click on click inspect. This will open your browser debug tools. Look for the console tab to see if there are any errors.

              1 Reply Last reply Reply Quote 0
              • W
                wallobee
                last edited by

                0_1558367546623_7bf20c2b-4c4b-4c60-a9c1-1c415012cbbd-image.png

                1 Reply Last reply Reply Quote 0
                • Jared WiltshireJ
                  Jared Wiltshire
                  last edited by

                  @wallobee Please create a new thread in the future.

                  @wallobee said in Pop up window (face plate):

                  I am trying to setup a similar userModule and ran through the example here
                  https://help.infiniteautomation.com/getting-started-with-a-user-module/
                  but I don't get a UserComponents dropdown in my designer

                  This most obvious thing I need to ask is, do you have components/directives defined in your user module? I seem to remember there was a bug around this that I fixed, so it may not be working in the currently released version. You can still manually add them to the page by name.

                  Developer at Radix IoT

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    wallobee @Jared Wiltshire
                    last edited by

                    How do I define the components/directives in my user module?
                    I copied the example from the tutorial
                    0_1558371833489_853e5e9a-ae9a-46b7-bc6d-dc211fbe5208-image.png

                    How do i work around and add them manually to the page?

                    Jared WiltshireJ 1 Reply Last reply Reply Quote 0
                    • MattFoxM
                      MattFox
                      last edited by

                      I trust that you've added the userModule in the UI Settings otherwise the component won't show.
                      2) once under page editor you can add them by typing them in.
                      In this case:

                      <my-component name="'Foxtrot'"></mycomponent>
                      

                      I believe you can also drag and drop them in the dashboard editor from the user components drop down.

                      @wallobee said in User component menu not showing up in dashboard designer:

                      How do I define the components/directives in my user module?
                      I copied the example from the tutorial
                      0_1558371833489_853e5e9a-ae9a-46b7-bc6d-dc211fbe5208-image.png

                      How do i work around and add them manually to the page?

                      If by manually you mean with your own dashboard page templates you'll need to move away from using the public file store and break everything out into files. If you've looked at the dialogue component I wrote that you commented on you'll see how it's all laid out.

                      Do not follow where the path may lead; go instead where there is no path.
                      And leave a trail - Muriel Strode

                      1 Reply Last reply Reply Quote 0
                      • Jared WiltshireJ
                        Jared Wiltshire @wallobee
                        last edited by

                        @wallobee said in User component menu not showing up in dashboard designer:

                        How do I define the components/directives in my user module?

                        By adding this to your user module code as per the example.
                        userModule.component('myComponent', {options...});

                        @wallobee said in User component menu not showing up in dashboard designer:

                        How do i work around and add them manually to the page?

                        0_1558387939192_c48d4369-f5fa-40d9-9602-b9df99c0f48d-image.png

                        Then enter the component name e.g. myComponent or my-component

                        Developer at Radix IoT

                        1 Reply Last reply Reply Quote 0
                        • W
                          wallobee
                          last edited by

                          I added the component with the + and now User Components is visible and i can drag them from the menu

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post