Tips and Tricks for Joomla 4 Developers
From Joomla! Documentation
This series of articles is intended to help new developers with samples of code designed and used to solve specific problems. They typically involve a mixture of PHP, JavaScript, XML and sometimes other formats.
The articles contain short snippets of code rather than long tutorials!
Accessibility[edit]
Asynchronous Methods[edit]
- Modal Box Data population.
- Using Google Geocode to get and view event location.
- Export Data as CSV or any other format.
- Data Table Toggles to make direct changes in list data.
Custom Toolbar Buttons[edit]
- Number of Records toolbar button for information.
Form validation[edit]
- Form Validation Basics
- Check two dates are valid, in the correct order and a limited number of days apart
- Form Validation File Size
- Form Textarea Counter
Wide Tables[edit]
- Left-Right Scroll for wide tables.