Skip to main content

Questions tagged [jlayout]

0 votes
1 answer
247 views

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 ...
Chinecherem Kalu's user avatar
0 votes
1 answer
552 views

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 ...
framontb's user avatar
  • 257
0 votes
1 answer
161 views

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....
Robert Dam's user avatar
1 vote
1 answer
178 views

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 = ...
Irata's user avatar
  • 4,691
1 vote
0 answers
138 views

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 ...
Kitase88's user avatar
  • 977
3 votes
1 answer
545 views

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 ...
n.h.'s user avatar
  • 871
3 votes
3 answers
2k views

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 ...
Dan's user avatar
  • 889
2 votes
1 answer
3k views

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/...
FFrewin's user avatar
  • 19.8k