Master/Detail View not show in Dropdown

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 847
Location: Switzerland

Master/Detail View not show in Dropdown

Post by mpol_ch »

Hi,
I am using option "Use button dropdown for links" and therefore the "Master/Detail View" is shown in the drop down button.

But I want to have "Master/Detail View" as own button next to the "Use button dropdown for links" as own button in list page.
Any idea where to check?

mpol_ch


arbei
User
Posts: 8746

Post by arbei »

You may read Listoptions_Load server event -> Exampe 1.


mobhar
User
Posts: 11472

Post by mobhar »

When you enable the Use button dropdown for links option, then you cannot make the Master/Detail View not using dropdown in that List Page.


mpol_ch
User
Posts: 847
Location: Switzerland

Post by mpol_ch »

hi, thank you for response.

Isn't there a solution with help like this code?

     $item->ShowInButtonGroup = false;

     or

    $item->ShowInDropDown = false;

mpol_ch


Post Reply