Hiding Tabs while rendering data

Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Hiding Tabs while rendering data

Post by digitalphotoworld »

Please add something to hide tabs while rendering data.

If we have sensitive data like IBAN or BIC numbers and other stuff, it is not enough to hide a tab via jQuery. At the moment the only solution is to hide each single field with $this->FIELD->Visible = FALSE - but this solution is very cumbersome if you have a lot of fields.

A better solution would be something like $this->tab5->Visible = FALSE.


Post Reply