Questions tagged [jlayout]
The jlayout tag has no summary.
8 questions
0 votes
1 answer
247 views
Layout override for repeatable subform custom field
I am trying to apply custom field override to my article and some of the fields I am trying to access are inside repeatable and non-repeatable subforms. Please how do I access and display subform ...
0 votes
1 answer
552 views
How to render joomla.searchtools filters in the front end of a custom component?
I'm trying to render the joomla.searchtools in the front end of a custom component. I extended JModelList for my model, and I can see the list in the front end. Pagination works well. But when in my ...
0 votes
1 answer
161 views
JLayout Search Tool not populating filters and inputbx
I am converting the searchbar in one of my components to JLayout Search Tools searchbars to become more ready for J!4. Everything is working fine but it is not populating the filters. In view.html....
1 vote
1 answer
178 views
Language Constants not being replaced in JLayout
I am trying to use Jlayout in a plugin I am writing and everything works fine except that the Language Constants in the layout file are not being replaced. My call to render the layout is; $layout = ...
1 vote
0 answers
138 views
Frontend filters form should be added manually?
In my custom components I often use filters and searchbar for views based on JModelList structure. It's clear for me how to set up model/view params and filters, but I'm not sure of the default.php ...
3 votes
1 answer
545 views
JLayout recommended usage
Inside a plugin I need to make a popup window to preview some HTML structure. Can I use JLayout to achieve it or is there a more proper way to do it? If JLayout is the way to do it, also would like to ...
3 votes
3 answers
2k views
How to override layout files properly
In Joomla 3.x we can use the JLayout class to override the files located in ROOT/layouts folder According to this doc http://docs.joomla.org/J3.x:JLayout_Improvements_for_Joomla! all we need to do ...
2 votes
1 answer
3k views
JLayout: Overriding joomla.edit.params layout only for com_content
I am looking for a way to override the joomla.edit.params layout only for the com_content, which is rendered with the: JLayoutHelper::render('joomla.edit.params', $this) on the: administrator/...