RANGE DE PREÇO
CAMPO:Type: TextLabel: Faixa de valoresColumn Width: 50%Default Value: 300000,900000ID: range_de_valores
<link rel=”stylesheet” href=”https://cdn.rawgit.com/amazingSurge/jquery-asRange/master/dist/css/asRange.min.css”><script src=”https://cdn.rawgit.com/amazingSurge/jquery-asRange/master/dist/jquery-asRange.min.js”></script><style>#form-field-range_de_valores{visibility:hidden;}.asRange {margin-top: 20px;margin-left: auto;margin-right: auto;width: 70%;background-color: #888;}.asRange .asRange-pointer::before {background-color: #0F1519;}.asRange .asRange-selected {background-color: #fff;}/*Tip*/.asRange .asRange-pointer .asRange-tip {display: table;padding: 2px 10px;font-family: Mulish;left: -30px;}.asRange .asRange-pointer .asRange-tip::before {
}</style><script>jQuery(function() {
setTimeout(function(){
jQuery(‘#form-field-range_de_valores’).asRange({namespace: ‘asRange’,skin: null,max: 900000,min: 300000,//value: ‘300000,900000’,step: 50000,limit: true,range: true,direction: ‘h’, // ‘v’ or ‘h’keyboard: true,replaceFirst: false, // false, ‘inherit’, {‘inherit’: ‘default’}tip: true,scale: true,format(value) {return FormatarValorReal(value+”);},onChange: function(){}});},600);});</script>