This topic is locked
[SOLVED]

 hide field in tab

11/24/2011 2:42:34 PM
PHPRunner General questions
D
droogers author

Hello,

In my edit page I make an event to hide a field. This is my code:

$xt->assign("storten_naar_fieldblock",false);



Under this field there are two tabs.

When I run the code the field is hidden but all the information of the 2 tabs is placed in one tabs. There seems to go something wrong.

What code do I need ?