News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Repeatable form fields into pugin

Started by ermes, March 30, 2015, 12:46:41 PM

Previous topic - Next topic

ermes

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!!

Milbo

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.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

ermes

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.

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

ermes

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!