We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Replace UI Page with UI Builder

MathiasJ87
Tera Contributor

Is it possible to replace UI Pages with UI Builder?

I.e create a modal in UI Builder that is accessible via GlideModalV3 API

1 ACCEPTED SOLUTION

janmoser
Giga Guru

Hi Mathias, UI Page and UI Builder are two different things, you cannot re-use anything from one in each other.

 

Simply said:
UI Page = standard html&javascript "page"
UI Builder = platform for building workspaces, based on web components. Totally different engine runs it.

View solution in original post

1 REPLY 1

janmoser
Giga Guru

Hi Mathias, UI Page and UI Builder are two different things, you cannot re-use anything from one in each other.

 

Simply said:
UI Page = standard html&javascript "page"
UI Builder = platform for building workspaces, based on web components. Totally different engine runs it.