It is not possible to create a custom large control. #32604
Replies: 4 comments 3 replies
-
I suggest making the XML
|
Beta Was this translation helpful? Give feedback.
-
use |
Beta Was this translation helpful? Give feedback.
-
Please test using the nightly builds: https://developer.joomla.org/nightly-builds.html See #32422 |
Beta Was this translation helpful? Give feedback.
-
Please test #32488 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is not possible to create a custom large control.
The layout of the field module settings is distributed across the width of the screen by columns.
That's a good idea.
On the 1920*1080 screen, the fields are arranged in 3 columns.
But why is this done using the CSS property column-count???
This is a bad idea.!!!
And what if the field is not just a text block, but a metro diagram, or an editor, or a table?
The width of such controls does not fit into the width of 500px.
By specifying the column-count property, developers restrict freelancers and companies to use Joomla for their needs.
Joomla should not limit the size of the control to 500px, which means that the 3-column layout should be created in a different way.
For example, GRID, FLEX,
FLOAT:left;CSS property column-count is even worse than FLOAT:left;Let's think about how to make a 3-column layout, but so that it does not limit the conrolls with a large width.
Beta Was this translation helpful? Give feedback.
All reactions