Difference between revisions of "Tips and Tricks for Joomla 4 Developers"
From Joomla! Documentation
m (→Asynchronous Methods) |
|||
Line 21: | Line 21: | ||
* '''[[Joomla 4 Tips and Tricks: Export Data|Export Data]]''' as CSV or any other format. | * '''[[Joomla 4 Tips and Tricks: Export Data|Export Data]]''' as CSV or any other format. | ||
* '''[[Joomla 4 Tips and Tricks: Data Table Toggles|Data Table Toggles]]''' to make direct changes in list data. | * '''[[Joomla 4 Tips and Tricks: Data Table Toggles|Data Table Toggles]]''' to make direct changes in list data. | ||
+ | |||
+ | [[Category:Joomla!_4.x{{#translation:}}]] |
Latest revision as of 17:00, 13 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
- 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
Custom Toolbar Buttons
- Number of Records toolbar button for information.
Wide Tables
- Left-Right Scroll for wide tables.
Asynchronous Methods
- 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.