Giter Club home page Giter Club logo

massif_usability's Introduction

massif_usability

Package für REDAXO CMS >= 5.10.0

temporäres Ersatz-Plugin für yform_usability für yform >=4 – bietet ähnliche Funktionalität wie yform usability

Momentan verfügbar:

  • Datensatz kopieren (befindet sich im Aktions-Menü rechts)
  • Status on-/offline Toggle – wichtig: Feld "status" muss existieren. Werte: 0=offline,1=online)
  • benutzerdefinierte Toggles

Leider bis jetzt ohne Drag&Drop – sawry!


Beispiel für ein benutzerdefiniertes Toggle

über registerCustomToggle kann ein eigenes Toggle erstellt werden, ähnlich dem Status-Toggle.

massif_usability::registerCustomToggle(table_name: String, field_name: String, off_state: String (HTML allowed), on_state: String (HTML allowed));

zBsp. um einen Datensatz als Highlight zu markieren (bei Events zum Beispiel):

massif_usability::registerCustomToggle('rex_yf_event', 'is_highlight', '<i class="fa fa-star"></i>', '<i class="fa fa-star"></i>');

Bugs & Feature-Requests

Gerne als Issue oder im Redaxo Slack Channel

Last Changes

Version 1.0.2 // 03.03.2022

  • fixed wrong backend user shown in historie addon

Version 1.0.1 // 03.03.2022

  • replaced rex_sql with yorm in api functions

massif_usability's People

Contributors

ynamite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.