Admin panel vue js methods

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

Admin panel vue js methods

Post by Gagik » 12 Dec 2023, 11:40

Hello,

PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.10
Environment: Linux

I have seen some vue js methods used in admin panel templates.
For example method " v-on:click="toggle('_ext', idx)" " in the \ai-admin-jqadm\templates\admin\jqadm\catalog\item-media.php
Where can I create new method(s) like that method ?

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Admin panel vue js methods

Post by aimeos » 14 Dec 2023, 08:30

You can add own methods to JS objects in the custom.js file of your own extension which you can use in the templates afterwards: https://aimeos.org/docs/latest/admin/jqadm/customize/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply