Expand my Community achievements bar.

SOLVED

Overlay test

Avatar

Level 2

Can you edit overlay on the web page and publish changes using AT VEC?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @gthakur8 

If the HTML element that you are trying to edit isn't available in DOM unless you perform some action, it'll not be possible to modify using VEC.

Could be done with help of trigger view tho it depends on you whether you want to implement trigger view.

-Gauresh

View solution in original post

4 Replies

Avatar

Employee Advisor

Hey @gthakur8 

Yes you can edit the overlay on the web page via VEC, go to browse option in VEC and perform the actions that would make overlay visible to edit then return back to edit option and edit the overlay

Avatar

Level 2

yes , however changes is not reflected when you save in AT and QA ; it throws error in the VEC window.  is there any other way to do it?Screenshot 2023-02-09 at 20.10.38.png

Avatar

Correct answer by
Employee Advisor

Hi @gthakur8 

If the HTML element that you are trying to edit isn't available in DOM unless you perform some action, it'll not be possible to modify using VEC.

Could be done with help of trigger view tho it depends on you whether you want to implement trigger view.

-Gauresh

Avatar

Community Advisor

Hi @gthakur8 ,
as @Gaureshk_Kodag has already explained, the DOM for this is not yet there at the beginning and is only generated at runtime. What can be done anyway - is that you check with JavaScript when the corresponding overlay is available and then the overlay is changed with JavaScript. To do this, the script can be inserted into the page via HTML code in the VEC - or alternatively via a form-based activity.

 

Hope this helps you.