News:

Support the VirtueMart project and become a member

Main Menu

What Mootools and Core JS Does Vmart 2.0 use?

Started by PRO, November 11, 2011, 19:47:29 PM

Previous topic - Next topic

PRO

Joomla Native uses mootools etc.

Which files does virtuemart require from Joomla Core js?

I know Modal.js, and tooltip.js

mootools-core.js?
moootools-more.js?
core.js?
caption.js?

Just trying to see what I can disable to make my site as fast as possible.


Studio 42

IN normal case no mootools is used, only the editor use mootools.
I know some equivalent editor exist for Joomla with jQuery javascript.
I wanted use this but we cannot force joomla user to change the editor

PRO

The modal does not work without

Mootools-core.js   enabled.

I just tested. Thats all I can find so far.


nutritions

dont have enough time to check this out but dont worry am going to check it zis evening

JtouchMobile.com

I found one in /views/productdetails/tmpl/default.php

JHTML::_ ( 'behavior.modal' );
JHTML::_('behavior.tooltip');
Author of Jtouch - Mobile solution for Joomla & VirtueMart
http://www.jtouchmobile.com

PRO

Quote from: MobileMeWs on November 17, 2011, 08:38:01 AM
I found one in /views/productdetails/tmpl/default.php

JHTML::_ ( 'behavior.modal' );
JHTML::_('behavior.tooltip');

I dont meant which files "include" it.

I mean which exact java files are used.

So far modal and Mootools-core.js  is all I have to keep.
I dont use tooltips, and will disable it.

Im just trying to see best ways for best performance.