View Single Post
  #4  
Old 02-06-2017, 09:15 AM
 
kirkbauer kirkbauer is offline
 

Member
  
Join Date: Dec 2015
Posts: 26
 

Default Re: Scroll Wheel Numbers in 5.3

Thanks for the quick response! I'm still pretty new to X-Cart development. I tried to override globally and it didn't work, did I do something wrong here?

Code:
namespace XLite\Module\KB\TDT\View\FormField; class Numeric extends \XLite\View\FormField\Input\Text\Base\Numeric { public function __construct(array $params = array()) { static::PARAM_MOUSE_WHEEL_CTRL = true; parent::__construct($params); } }
__________________
X-Cart Business 5.3.6.8
Reply With Quote