Add Master/Details Button in Custom Template

Want to ask,

How to add or display the master details button on the custom template. Like if I want to display the add button then I just write {{{list_option add}}}, so how about the master details.

Help me please, just learning other phpmaker feature. Thanks

From the docs:

{{{list_option *xxx* }}} - Possible values of xxx are same as those used in server events, i.e.

  • copy
  • delete
  • edit
  • checkbox
  • preview - for use with Preview extension (for registered users) only, or
  • detail_<DetailTable> - NOT for use with Preview extension (for registered users)

(There is no {{{list_option add}}}.)