• 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

    Add datapoint edit capabilities to datasourcelist

    Wishlist
    2
    3
    2.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.
    • A
      apl
      last edited by

      Hi

      Here is a hack for dataSourceList.jsp, which adds the capability to direct edit the datatpoints properties.

      after show details:

      
                                  <td>
                                    <tag:img png="brick" title=""/>
                                    <tag:img png="icon_comp" title="events.pointDetails"
                                            onclick="window.location='data_point_details.shtm?dpid=${point.id}'"/>
                                  </td>
      
      

      add this code:

      
                                  <td>
                                    <tag:img png="brick" title=""/>
                                    <tag:img png="icon_comp_edit" title="pointEdit.props.props"
                                            onclick="window.location='data_point_edit.shtm?dpid=${point.id}'"/>
                                  </td>
      
      

      Thanks

      Arne

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Thanks Arne. This has been added to the code for the next release.

        Best regards,
        Matthew

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