- Posts: 4
- Thank you received: 0
I would like to display the card view grid in a module position on the home page. How can I do that? Thanks.
Please Log in or Create an account to join the conversation.
Hi,
use Custom HTML module and set Prepare Content to 'Yes'.
Please Log in or Create an account to join the conversation.
Thanks,but from where do I "set Prepare Content to Yes"?
Please Log in or Create an account to join the conversation.
Thanks Tomaz I got it!
Please Log in or Create an account to join the conversation.
One more thing,is there a way the search results can be shown in another window? Thanks.
Please Log in or Create an account to join the conversation.
It is possible, but with some javascript coding. Take a look at grid.js in /components/com_grid/js/ there is a function search jx, that generates url that updates the table. All you need to do is to open the generated url in a new window.
Please Log in or Create an account to join the conversation.