This topic is locked

Inline Edit Hide Button

8/31/2009 2:36:51 PM
PHPRunner General questions
T
tonyb88 author

I am using PHPRunner 5.1 build 2503
I have a list page with inline add/edit, no standard add or edit pages. I need a way to hide a field or tag (a "Next" button in this case) if the page is doing an inline add or edit, and show the field or tag if not. I have tried to use
$xt->assign("MyField_fieldblock", $inline=="True");
on the List Page: Before Display Event and the $inline value is not available there. Any suggestions or hints on a good way to achieve this are much appreciated! Can't seem to figure out a good way to do this..........
Thanks in advance!