Skip to content

FriendsOfREDAXO/demo_addon

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample AddOn for REDAXO 5

The AddOn demo_addon shows the structure and basic functionality of AddOns and many examples of REDAXO functions for use in your own AddOns. The addon or just parts of it can / should be used for the development of your own AddOns. Extensions to the demo_addon AddOn, like PR (pull request) or notes or improvements as an issue.

demo_addon in the short overview

  • Documented source code with examples
  • documented package.yml
  • documented .lang file
  • AddOn settings (rex_config_form, classic)
  • Example of a table management with rex_list and rex_form (incl. Example table)
  • Examples of extension points
  • documentation plugin as the basis for help / documentation for REDAXO add-ons

AddOn development in the REDAXO documentation

Others