Replace UI Page with UI Builder

Mathias_Netgain
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

GV Jan Moser
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

GV Jan Moser
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.