• 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

    finding components on the dashboard easel after setting ng-show=false?

    Dashboard Designer & Custom AngularJS Pages
    2
    5
    1.5k
    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.
    • P
      Phillip Weeks
      last edited by Phillip Weeks

      I have used the UI for about 30 hours now. The manipulation of objects is a little frustrating in that for selecting multiple components should have a tool like a lasso in addition to the keyboard
      Also ..
      After ng-show has been set to false, is there a way in the UI to see a wireframe of components like Illustrator or a way to select these hidden objects? It would also be wonderful if the UI could group and bind objects for easier manipulation also a way to select a group with just the mouse lasso. I'll put these things on my wish list.

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

        @phillip-weeks said in finding components on the dashboard easel after setting ng-show=false?:

        After ng-show has been set to false, is there a way in the UI to see a wireframe of components like Illustrator or a way to select these hidden objects?

        This is not something that's currently built in. However you could try adding this to the end of your page -

        <style>
            .ng-hide.ma-designer-element {
                display: block !important;
                opacity: 0.25;
            }
        </style>
        

        This will display any hidden elements as being greyed out, but only in the Designer.

        @phillip-weeks said in finding components on the dashboard easel after setting ng-show=false?:

        It would also be wonderful if the UI could group and bind objects for easier manipulation

        I agree this would be useful.

        Developer at Radix IoT

        1 Reply Last reply Reply Quote 0
        • P
          Phillip Weeks
          last edited by Phillip Weeks

          Awsome! that's a huge help, thank-you Jared! It would be great if we could select a hidden element with a shift-click ..??

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

            @phillip-weeks said in finding components on the dashboard easel after setting ng-show=false?:

            Awsome! that's a huge help, thank-you Jared! It would be great if we could select a hidden element with a shift-click ..??

            Why shift click? You can select it with a normal click or select multiple elements with Ctrl Click. It wont behave any differently to a normal element.

            Developer at Radix IoT

            1 Reply Last reply Reply Quote 0
            • P
              Phillip Weeks
              last edited by

              @jared-wiltshire said in finding components on the dashboard easel after setting ng-show=false?:

              <style>
              .ng-hide.ma-designer-element {
              display: block !important;
              opacity: 0.25;
              }
              </style>

              My thought is that some of the hidden elements lie directly under the non hidden ones in panels which is why it would be nice to bind them together in a group to hide and unhide together and by pressing shift the UI would know to select only the hidden elements for manipulation. I don't think shift-click is being used otherwise.

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