Difference between revisions of "Tips and Tricks for Joomla 4 Developers"
From Joomla! Documentation
m (→Custom Toolbar Buttons) |
m (→Wide Tables) |
||
Line 10: | Line 10: | ||
== Wide Tables == | == Wide Tables == | ||
* '''[[Joomla 4 Tips and Tricks: Table Left-Right Scroll |Left-Right Scroll]]''' for wide tables. | * '''[[Joomla 4 Tips and Tricks: Table Left-Right Scroll |Left-Right Scroll]]''' for wide tables. | ||
+ | |||
+ | == Asynchronous Methods == | ||
+ | |||
+ | * '''[[Joomla 4 Tips and Tricks: Modal Box Data|Modal Box Data]]''' population. |
Latest revision as of 08:20, 5 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.
Wide Tables
- Left-Right Scroll for wide tables.
Asynchronous Methods
- Modal Box Data population.