Custom tab in VIEW and LIST pages

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Andros
User
Posts: 111

Custom tab in VIEW and LIST pages

Post 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?


MichaelG
User
Posts: 1106

Post 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.


Post Reply