This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UI Extensibility Framework - Dashboard - Input

Hi,

I have been tasked with creating an interactive quote building system within the M-Files framwork. Based on conversations with the sales team, I feel the best way to do this would be to create a dashboard using UI extensibility that has inputs for organization and products. In the metadata window, when adding a value to a lookup field, when you type text, there is intellisense that shows the available values. Is there a way to implement this built in M-Files functionality within an inputbox of a dashboard?

Parents
  • Hello, 

    This can be implemented using Knockout.JS in a dashboard, I think. Slight smile

    Regards,

    Radu

  • : What do you use from Javascript frameworks within dashboards and M-Files? The most examples are with JQuery (quite old versions), I know that the part of M-Files desktop is still in JQuery, some parts are transitioning into React if I am not wrong. Using some big frameworks such Angular would be overkill and the question is would it work. Knockout.JS sounds as a good choice. Any other experiences with embedding JS frameworks within M-Files? Thanks.

Reply
  • : What do you use from Javascript frameworks within dashboards and M-Files? The most examples are with JQuery (quite old versions), I know that the part of M-Files desktop is still in JQuery, some parts are transitioning into React if I am not wrong. Using some big frameworks such Angular would be overkill and the question is would it work. Knockout.JS sounds as a good choice. Any other experiences with embedding JS frameworks within M-Files? Thanks.

Children