AAAAhome/academiac/www/plugins/vmpayment/authorizenet/authorizenet/elements/authorizenetcreditcards.php000060400000004266151374303460030442 0ustar00children() as $option) { $text = $option->data(); $val = $option->attributes('value'); $options[] = JHTML::_('select.option', $val, JText::_($text)); } // Construct the various argument calls that are supported. $attribs = ' '; $attribs .= ' multiple="multiple"'; $ctrl .= '[]'; // Render the HTML SELECT list. return JHTML::_('select.genericlist', $options, $ctrl, $attribs, 'value', 'text', $value, $control_name . $name); } }