Skip to main content

Hi again. Does anyone know if Custom Object/Code will be added as a gadget type in the NextGen Dashboard?

Comments

3 comments

  • Chinmay Nanavati
    • Archer Employee

    Hi Tuan,

    The Custom Widget is a high-priority item on our roadmap for nGD. We are currently focused on designing and implementing Custom Objects in NGRX. Once that work is complete, we plan to begin implementing the Custom Widget.

    We are targeting its release in late Q2—early Q3 2025. Once we close at the end of Q1, we should be able to provide an update on the schedule during one of our Product roadmap sessions.

    Thanks,

    Originally posted on February 3, 2025.

    0
  • Suresh Rajagopal

    Hi , Is Custom widgets working in new Dashboard.? I was trying to implement simple HTML design for landing page. but is not even working.

    Sample code:

    <html>
    <body>
    <table>
    <tr><td>review</td></tr>
    </table>
    </body>
    </html>

    0
  • Bharat Sharma

    Hi Folks,

     

    I also tried to create simple button in NGRX using broadhead library but it did not work out for me.

    Please let me know what could be the issue with my code.

     

    *********************************** SAMPLE CODE *******************************************************

    <!-- Declare Broadhead usage -->
    <meta name="Broadhead" content="v1" />

    <!-- Use Broadhead button classes -->
    <div class="bh-container">
     <button id="runFeedBtn" class="bh-btn bh-btn-primary">
       Fetch Vendor Details
     </button>
    </div>

    Thanks
     

    0

Please sign in to leave a comment.