DOM manipulation in Backendless

Can I implement DOM manipulation in Backendless? For example if I wanted to do something like

doucument.getElementById(“create-obj-btn”).addEventListener(“click”, createObject);

or

document.body.style.backgroundColor = this.value;

how would I go about it?

Thanks,

Hello @George_Thyparampil

We will be happy to assist you. I need to ask you a few more questions so I can understand the question better.

You talking about Backendless SDK for JavaScript?