VirtueMart  3.2.14.9808
Namespaces | Variables
edit.php File Reference

Namespaces

 VirtueMart
 

Variables

 $attribute_id = vRequest::getVar('attribute_id', '')
 
if($this->custom->form) else
 
</table ></fieldset ></form > $js
 

Variable Documentation

$attribute_id = vRequest::getVar('attribute_id', '')
if (!$this->custom->form) $js
Initial value:
= "function submitbutton(pressbutton) {
if (pressbutton=='cancel'){
submitform(pressbutton);
return true;
}
if (jQuery('#adminForm').validationEngine('validate')== true){
submitform(pressbutton);
return true;
}
else return false ;
}
jQuery(function($) {"
if ($this->custom->form) else
Initial value:
{
echo vmText::_('COM_VIRTUEMART_SELECT_CUSTOM_PLUGIN')
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60