2017 © Pedro Peláez
 

elgg-plugin ui_tabs

AJAX Tabs component for Elgg

image

hypejunction/ui_tabs

AJAX Tabs component for Elgg

  • Thursday, August 11, 2016
  • by hypeJunction
  • Repository
  • 2 Watchers
  • 2 Stars
  • 161 Installations
  • JavaScript
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

AJAX Tabs component for Elgg

Elgg 2.0, (*1)

Features

  • Standardized UI/UX for displaying and updating tabbed modules
  • Support for browser history states

Usage

  • The plugin will automatically AJAXify all pages built using content layout and have a filter, (*2)

  • An example of custom usage can be found in theme_sandbox/components:, (*3)

Tabs, (*4)


// in my/module/content.php

Inline content

= elgg_view('developers/ipsum') ?>, (*5)


// in my/module/tabs.php echo elgg_view('navigation/tabs', array( 'tabs' => array( 'inline' => array( 'text' => 'Inline Content', 'href' => '#inline-tab1', 'selected' => true, ), 'page' => array( 'text' => 'Activity Page', 'href' => '/activity', ), 'view' => array( 'text' => 'Ajax View', 'href' => '/ajax/view/my/module/ajax_context', ), 'inline2' => array( 'text' => 'Inline Content 2', 'href' => '#inline-tab2', ) ), ));

// in my/module.php echo elgg_view('components/tabs', array( 'id' => 'my-module-tabs', 'tabs' => elgg_view('my/module/tabs'), 'content' => elgg_view('my/module/content'), ));
  • In order to update the browser state on AJAX requests, wrap your content with data-title and data-url attributes.

// my/module/ajax_content.php echo elgg_format_element('div', array( 'class' => > 'elgg-content', 'data-title' => 'New page title', 'data-url' => 'http://example.com/new-page-url', 'data-title-selector' => '.elgg-heading-main,.my-module-title', // update text of these selectors ));

The Versions

11/08 2016

dev-master

9999999-dev http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui ajax tabs elgg

11/08 2016

1.1.4

1.1.4.0 http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui ajax tabs elgg

22/01 2016

1.1.3

1.1.3.0 http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui ajax tabs elgg

21/01 2016

1.1.2

1.1.2.0 http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui ajax tabs elgg

03/11 2015

1.1.0

1.1.0.0 http://hypejunction.com

AJAX Tabs component for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui ajax tabs elgg