Giter Club home page Giter Club logo

categorizedtabs's Introduction

Deprecated

Since Evolution CMS 1.3.4 CategorizedTabs features were built-in into the system as "Group TV" system setting :)

CategorizedTabs

Sort Template Variables to their categories and replace the default Template Variables section with categorized tabs. As an additional feature, you can transform the sections resource Content, Template Variables to single tabs within the default tabpane.

screenshot_1

Note:

The switch "Categories Manager in use" depends on the "Categories Manager" module - https://github.com/pmfx/CategoriesManager That module gives you the possibility to manage and sort the EVO categories with bulk actions. Since EVO 1.2.2 Categories Manager is built-in into the system.

History

  • 2017-07-12 Fixed compatibility issues with new EVO dropdown theme (64j)
  • 2016-10-21 Minor text change regarding new EVO "Manage Categories" feature (pmfx)
  • 2016-10-16 Make plugin compatible with EVO install script (pmfx)
  • 2016-10-01 Now works with MultiTV (pmfx)
  • 2010-03-26 Original v0.3.2 release by stefan

Credits

Plugin originaly created by stefan https://modx.com/extras/author/stefan

categorizedtabs's People

Contributors

64j avatar pmfx avatar

Watchers

 avatar  avatar

Forkers

64j

categorizedtabs's Issues

TypeError: table.getFirst(...) is null

I´m not sure why but I get this error when trying to use this plugin. Replacing Line 166 with the following code helped me out:

var first = table.getFirst();
if(first == null) return;
var rows = first.getChildren();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.