Hi Together,
I could need some help.
I can add custom Buttons on list page like described in the help section of phpr. Like this:
[size="2"]Switch to HTML mode in Visual Editor and add wrappers around button's code. Here is the sample code:
{BEGIN MyButton}
<A class="rnr-button button" id="MyButton" href="#" typeid="ib">
MyButton
</A>
{END MyButton}
2. Now in the List page: AfterRecordProcessed event add the following code:
if ($data['exported']!=1)
$record["MyButton"]=true;
[/size]
Is there a way to hide custom Buttons on the view/edit pages too?
Thx for your help!!!
Andreas
PHPR 9 bootstrap mysql