Page 1 of 1

Category directives

PostPosted: Tue Mar 13, 2012 2:48 pm
by wisni1rr
I am working on creating a print action using this code:
Code: Select all
[printable_report]
    icon="{$site_url}/images/printer.png"
    category=result_list_actions
    description="See this product list in a printable format"

What would the category be to put this action in my details view instead of the list view?

Re: Category directives

PostPosted: Tue Mar 13, 2012 3:32 pm
by shannah
record_actions

Re: Category directives

PostPosted: Wed Mar 14, 2012 8:52 am
by wisni1rr
Thanks again, Steve!

I love learning xataface!