Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2381

Extensions for Joomla! 4.x • Multiple list in custom component with style like field Tags in article edit layout

$
0
0
Hi guys!

I created my own component for FAQ several years ago for Joomla 3 and now I'll migrating it to the Joomla 4. I have template edit.php where admin can add new questions.

In this template I displaying multiple list where admin can select one or several articles for each question. The type of this field is SQL, but in admin panel it looks like a list.
Below you can see screenshot:
screen1.png
I want to style this field and do it something like field Tags in article edit template:
screen1.png
This code of this field from XML:

Code:

<field name="id_article"   type="sql"   label="COM_FAQ_ID_ARTICLE"   description="COM_FAQ_ID_ARTICLE_DESCRIPTION"   query="SELECT id, concat(title, ' : ( id-',id,' )') AS title FROM #__content"   key_field="id"   value_field="title"   required=""   class="faq-width select-multiple choices__input"   default=""   multiple="multiple"/>
Help please, how I can do it?

Thanks!

Statistics: Posted by zeus07 — Thu Mar 21, 2024 9:57 am



Viewing all articles
Browse latest Browse all 2381

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>