• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jramirez

    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
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    jramirez

    @jramirez

    0
    Reputation
    190
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jramirez Unfollow Follow

    Latest posts made by jramirez

    • RE: on-value-updated call javascript function

      @mattfox Can I declare this angular controller within the HTML page im currently working on and have the function in the controller referenced a DOM element by ID?

      posted in User help
      J
      jramirez
    • on-value-updated call javascript function

      I wondering how I can call a JS function from on-value-updated="myFunction()"

      <ma-get-point-value point="pHCD1AccelPeak" on-value-updated="testFunc('a')"></ma-get-point-value>

      In my html page I have this:

      <script>
      function myFunction () {
          console.log("test")
      }
      </script>
      

      I have a value that is being updated properly but I cannot get the function to be called.

      posted in User help
      J
      jramirez
    • RE: SVG ma-selector change text within SVG

      @phildunlap Great that works! Thank you very much

      posted in User help
      J
      jramirez
    • RE: SVG ma-selector change text within SVG

      @phildunlap Thanks that works, but what if I just wanted to change it to a constant value without needing to use the input tag??

      posted in User help
      J
      jramirez
    • SVG ma-selector change text within SVG

      I am trying to change the text within an SVG image. I am able to target the text using ma-selector and I can change its style like its fill color. I tried changing the text using ng-value but that did not work. Any ideas?

      <ma-svg ng-include="'/modules/mangoUI/web/dev/img/Bar_Gauge_Acc.svg'" style="width: 150px">
            <div ma-selector="#Axis" style="fill: red;" ng-value="'string'"></div>
      </ma-svg>
      
      posted in User help
      J
      jramirez