Searched refs:selectOptions (Results 1 – 2 of 2) sorted by relevance
811 selectOptions : [],842 $A(op.selectOptions).each(function(v){928 TableKit.Editable.selectInput = function(n,attributes,selectOptions) { argument932 'selectOptions' : selectOptions
20981 selectOptions: void 0,35822 var selectOptions = this.cellProperties.selectOptions;35825 if (typeof selectOptions == 'function') {35826 options = this.prepareOptions(selectOptions(this.row, this.col, this.prop));35828 options = this.prepareOptions(selectOptions);