Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var cConfig = {
  2.   "readOnly" : false,
  3.   "step" : 1,
  4.   "showSpinButtons" : true,
  5.   "formatter" : {
  6.     "name" : "number",
  7.     "options" : {
  8.       "style" : "percent",
  9.       "minimumFractionDigits" : 2,
  10.       "maximumFractionDigits" : 2,
  11.       "useGrouping" : false
  12.     }
  13.   },
  14.   "corrective" : 100,
  15.   "onInitialized" : function(e) { console.log('input2.onInitialized'); },
  16.   style: { // User style
  17.     "background-color" : "red",
  18.     "color" : "#fff",
  19.     "text-decoration" : "underline",
  20.     "attribute" : "value",
  21.     "attribute" : "value",
  22.     "attribute" : "value"
  23. };
  24. input2 = $("#input2").gtNumberBox({cfg: cConfig,value: null});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement