Manual
Manual copied to clipboard
Added documentation for showall option in Limitbox form field
User description
This PR updates the Limitbox form field documentation to include the new showall option.
- Added explanation of the showall attribute (true to display "ALL" in the dropdown, false to hide it).
- Updated the options list in the docs.
- Helps clarify usage for developers using LimitboxField.php.
PR Type
Documentation
Description
-
Added documentation for
showalloption in Limitbox form field -
Updated example with
showall="true"attribute
Diagram Walkthrough
flowchart LR
A["Limitbox Field"] --> B["showall option"]
B --> C["Controls 'All' option visibility"]
C --> D["Updated documentation"]
File Walkthrough
| Relevant files | |||
|---|---|---|---|
| Documentation |
|
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
| ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
⚡ Recommended focus areas for reviewConsistency
showall matches the actual default in LimitboxField.php, including exact capitalization of the "All" label and localization. |
PR Code Suggestions ✨
No code suggestions found for the PR.
Is this new or already on old joomla versions?