2017 © Pedro Peláez
 

elgg-plugin actions_delete

Generic delete action

image

hypejunction/actions_delete

Generic delete action

  • Sunday, December 27, 2015
  • by hypeJunction
  • Repository
  • 2 Watchers
  • 0 Stars
  • 30 Installations
  • JavaScript
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Delete Action

Elgg 1.11 Elgg 1.12 Elgg 2.x, (*1)

Generic delete action controller, (*2)

Usage

echo elgg_view('output/url', array(
    'text' => elgg_view_icon('delete'),
    'href' => '/action/entity/delete?guid=123",
    'is_action' => true,
));

You can alternatively add a forward URL:, (*3)

$action_url = elgg_http_add_url_query_elements('/action/entity/delete', array(
    'guid' => 456,
    'forward_url' => '/path/to/forward/to',
));

The Versions

27/12 2015

dev-master

9999999-dev http://hypejunction.com

Generic delete action

  Sources   Download

GPL-2.0

by Ismayil Khayredinov

plugin delete elgg actions

27/12 2015

1.1.1

1.1.1.0 http://hypejunction.com

Generic delete action

  Sources   Download

GPL-2.0

by Ismayil Khayredinov

plugin delete elgg actions

22/12 2015

1.1.0

1.1.0.0 http://hypejunction.com

Generic delete action

  Sources   Download

GPL-2.0

by Ismayil Khayredinov

plugin delete elgg actions

27/11 2015

1.0.0

1.0.0.0 http://hypejunction.com

Generic delete action

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin delete elgg actions