Difference between revisions of "Tips and Tricks for Joomla 4 Developers"
From Joomla! Documentation
m (Grammar) |
m (Added title for Number of Records button) |
||
Line 5: | Line 5: | ||
== Form validation == | == Form validation == | ||
* '''[[Joomla 4 Tips and Tricks: Check two dates|Check two dates]]''' are valid, in the correct order and a limited number of days apart | * '''[[Joomla 4 Tips and Tricks: Check two dates|Check two dates]]''' are valid, in the correct order and a limited number of days apart | ||
+ | == Custom Toolbar Buttons == | ||
+ | * '''[[Joomla 4 Tips and Tricks: Number of Records|Number of Records]]''' toolbar button for information. |
Latest revision as of 12:41, 4 May 2021
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!
Form validation
- Check two dates are valid, in the correct order and a limited number of days apart
Custom Toolbar Buttons
- Number of Records toolbar button for information.