VirtueMart  3.2.14.9808
Functions | Variables
vm2admin.js File Reference

Functions

 if (typeof Virtuemart==="undefined") var Virtuemart
 
jQuery noConflict ()
 

Variables

Virtuemart showprices
 
Virtuemart sortable
 
function fn vm2admin
 
 jQuery
 

Function Documentation

if ( typeof  Virtuemart = =="undefined")
jQuery noConflict ( )

Variable Documentation

jQuery
Virtuemart showprices
Initial value:
= jQuery(function($) {
jQuery(document).ready(function( $ ) {
if ( $("#show_prices").is(":checked") ) {
$("#show_hide_prices").show();
} else {
$("#show_hide_prices").hide();
}
$("#show_prices").click(function() {
if ( $("#show_prices").is(":checked") ) {
$("#show_hide_prices").show();
} else {
$("#show_hide_prices").hide();
}
});
});
})
jQuery
Definition: vm2admin.js:190
Virtuemart sortable
Initial value:
= jQuery(function($) {
$(document).ready(function(){
$( ".adminlist" ).sortable({
handle: ".vmicon-16-move",
items: 'tr:not(:first,:last)',
opacity: 0.8,
update: function() {
var i = 1;
$(function updatenr(){
$('input.ordering').each(function(idx) {
$(this).val(idx);
});
});
$(function updaterows() {
$(".order").each(function(index){
var row = $(this).parent('td').parent('tr').prevAll().length;
$(this).val(row);
i++;
});
});
}
});
});
})
e event props e event dispatch e event e event e fn e fn e fn e fn e event e each(S.split("|"), function(t, n){e.event.special[n]={setup:function(){var t=this;return t!==document &&(e.event.add(document, n+"."+e.guid, function(){e.event.trigger(n, null, t,!0)}), e._data(this, n, e.guid++)),!1}, teardown:function(){return this!==document &&e.event.remove(document, n+"."+e._data(this, n)),!1}}})}(jQuery
jQuery
Definition: vm2admin.js:190
if($this->deliveryCountry) if($this->deliveryState) if(empty($this->product->prices)) $this i
Definition: product_edit_information.php:168
Virtuemart sortable
Definition: vm2admin.js:23
function fn vm2admin
Initial value:
= function (method) {
if (methods[method]) {
return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
} else if (typeof method === 'object' || !method) {
return methods.init.apply(this, arguments);
} else {
$.error('Method ' + method + ' does not exist on Vm2 admin jQuery library');
}
}
var methods
Definition: jquery.validationEngine.js:17