Add comment row

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

Add comment row

Post by wuchi »

Hello,

Is there a way to add simple row - comment in list view for example:

text("THIS IS A TEST");

best regards,
Wuchi


wuchi
User
Posts: 90

Post by wuchi »

Hello,

Managed to do it in list startup script added:

$(document).ready(function() {
// if you want to append the string after the existing site title

$(".ewListOtherOptions").append("&nbsp;</br> </br><strong> <?php echo "TESt:"; ?></strong>");
});

Best regards,
Goran


Post Reply