Add a button on edit page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
christ2000
User
Posts: 519

Add a button on edit page

Post by christ2000 »

Hello, where can i place a code to add a button on edit page, next to Save and Cancel Button?
thanks


mobhar
User
Posts: 11660

Post by mobhar »

You may use jQuery .append in Startup Script.


christ2000
User
Posts: 519

Post by christ2000 »

Hello could be something like:

$( ".btn-action" ).append( $( "xxx" ) );

on edit page -> client script

or it is wrong?

thanks


arbei
User
Posts: 9284

Post by arbei »

You may also read DOM Insertion, Outside.


christ2000
User
Posts: 519

Post by christ2000 »

Thanks guys!!


Post Reply