Lines Matching refs:cellFocus
294 cellFocus: "allow", property
313 if ($.inArray(opts.cellFocus, VALID_MODES) < 0) {
363 opts.cellFocus === "start" ||
364 opts.cellFocus === "force"
382 if (opts.cellFocus === "force" && !tree.$activeTd) {
448 opts.cellFocus === "allow"
535 if (opts.cellFocus === "off") {
603 if ($td || opts.cellFocus !== "force") {
621 } else if ($activeTd && opts.cellFocus !== "force") {
702 if (value.cellFocus !== opts.cellFocus) {
703 if ($.inArray(value.cellFocus, VALID_MODES) < 0) {