Where Plugins Appear

From EPrints Documentation
Revision as of 14:23, 7 December 2010 by Pm705 (talk | contribs)
Jump to: navigation, search

When you create a screen plugin in EPrints there are a set of locations where the plugin can appear.

You can set the location at which a screen is rendered in the new method of your plugin:

        $self->{appears} = [
                {
                        place => "item_tools",
                        action => "create",
                        position => 100,
                }
        ];