Page 1 of 1

Custom tab in VIEW and LIST pages

Posted: Wed Apr 20, 2022 3:32 am
by Andros

Is there an easy way to create a custom tab in view page with tabs activated, and fill it with custom code?
And the same in the master/detail preview in list page when I have multiple detail pages?


Re: Custom tab in VIEW and LIST pages

Posted: Wed Apr 20, 2022 7:29 am
by MichaelG

You can use client start up script to append any html content to the page. Read:
https://aspnetmaker.dev/docs/#/customsc ... ?id=client

Also search for jQuery append to see how to append html using jQuery.