Searched refs:numberinput (Results 1 – 1 of 1) sorted by relevance
| /plugin/indexmenu/scripts/ |
| D | toolbarindexwizard.js | 60 max: {tlbclass: 'jsitem', numberinput: ['maxn', 'maxm']}, property 61 maxjs: {tlbclass: 'jsitem', numberinput: ['maxjsn']}, property 62 id: {tlbclass: 'jsitem', numberinput: ['idn']} property 121 .addClass(props.tlbclass).addClass(props.numberinput ? ' hasnumber' : '') 127 if (props.numberinput) { 128 jQuery.each(props.numberinput, function (j, numid) { 261 … jQuery.each(indexmenu_wiz.fields.div6.elems[input.id].numberinput, function (j, numid) {
|