Row_CustomAction at top of Master/Detail View page?

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

Row_CustomAction at top of Master/Detail View page?

Post by SilentNight »

Is there a way to put Row_CustomActions at the top of the Master/Detail View page for a record?

They work well on the List page but users can't use them from the View pages.


arbei
User
Posts: 9286

Post by arbei »

Row_CustomAction is a server event for adding custom action for each row in List page. There is no such server event in View page.

However, in View page, you may add your actions to $this->OtherOptions["action"] by Row_Rendered server event.


Post Reply