Custom button dropdown for 1 row?

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

Custom button dropdown for 1 row?

Post by konfuzion »

With this:

if ($this->customer_order->CurrentValue == 0) $this->ListOptions->Items["detail_customer_orders"]->Visible = FALSE;

the detail button/link is removed from all button dropdown for all rows (not my intent)

Is it possible to only remove details button from the button dropdown for 1 row?


arbei
User
Posts: 9292

Post by arbei »

You may set the Body property to empty.


Post Reply