JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt Launching custom view on clicking a task

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109775
    Srinivas Duggirala
    Participant

    can we launch a existing angular component on clicking of a Task, if so how we can achieve this. In the example provided we see view is built using HTML element, instead we want to call existing angular component ?

    #109777
    ivanpeevski
    Participant

    Hi Srinivas,

     

    You can use the “popupWindowCustomizationFunction” property to prevent the default window from opening and replace it with any element you want.

    Please see the example here – stackblitz

     

     

    Best Regards,
    Ivan Peevski
    Smart UI Team
    https://www.htmlelements.com/

    #109783
    Srinivas Duggirala
    Participant

    Hi Ivan, yes did looked at earlier, instead of creating page using elements do we have any other ways to load existing angular components

    #109785
    ivanpeevski
    Participant

    Hi Srinivas,

    I don’t fully understand the question. The example shows how to prevent the default window from opening. After this, you can load or launch any angular component that you want. In the example, I launch a new custom window, but you can change this to whatever you need.

     

    Best Regards,
    Ivan Peevski
    Smart UI Team
    https://www.htmlelements.com/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.