Leaving embedded mode after clicking on the Back Button

Confluence User - 30 Sep, 2017

Hello Experts,

I have embedded a form in my website. When I add a new record and click de Save Button the form returns to its embedded state. When I click on the Back Button the form leaves the embedded state. Which is of course not the intention.

Has anyone encountered this problem? Is there a solution?

Regards,

 

Arend-Henk Huzen

forms;embed

1


02 Oct, 2017
confluenceUser
confluenceUser

Hello Experts, My work-around: not showing the button.

I placed this javascript code in the header of the Userview CRUD

<script>
window.onload=function(){
document.getElementById("cancel").style.display='none';
}
</script>

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print