Hi to all,
can i use repeatable form field (https://docs.joomla.org/Repeatable_form_field_type) to develop a vmcustom plugin? I can't find it into documentation. Can you help me?
Tnx!!
we have the JFields in folder "fields" and we have the sublayouts. Plugin layouts are overrideable. Check the docs.
http://docs.virtuemart.net/tutorials/development.html
http://docs.virtuemart.net/tutorials/templating-layouts/101-how-to-overwrite-plugins.html
and http://dev.virtuemart.net/projects/virtuemart/wiki
Furthermore take a look our existing customplugins.
I have already read it, but i don't find how to use Joomla standard form fields. I can't use most of type fields (es.: media, repeatable, ecc...) in BE, because i know that i have to style it into tmpl/default.php.
I have already study exsistent plugins but i don't find solutions.
you set them up via xml file
How can i do it?
if i use
<field name="mymedia" type="media" label="LABEL" description=""/>
it's unusable.
Can you show me how to do? Tnx!