Home
last modified time | relevance | path

Searched refs:cellProperties (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js34 EditorUi.prototype.cellProperties = {id: true, value: true, xmlValue: true, vertex: true, edge: tru… method in EditorUi
619 if (!this.cellProperties[key])
924 if (!this.cellProperties[key])
1010 if (!this.cellProperties[key] &&
1119 if (!this.cellProperties[key] && typeof oldCell[key] !== 'function' &&
1130 !this.cellProperties[key] && typeof oldCell[key] !== 'function' &&
/plugin/edittable/lib/
H A Dhandsontable.full.js6858 this.cellProperties = cellProperties;
15136 instance.validateCell(changes[i][3], cellProperties, function (i, cellProperties) {
15144 var cell = instance.getCell(cellProperties.row, cellProperties.col);
16467 var cellProperties = void 0;
16491 cellProperties.prop = prop;
16497 if (cellProperties.cells) {
16508 return cellProperties;
35210 if (this.cellProperties && this.cellProperties.datePickerConfig) {
47328 if (cellProperties.readOnly) {
47332 if (cellProperties.valid === false && cellProperties.invalidCellClassName) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc6 CKEDITOR.dialog.add( 'cellProperties', function( editor ) {
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc6 CKEDITOR.dialog.add( 'cellProperties', function( editor ) {
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc23363 b("cellProperties", new CKEDITOR.dialogCommand("cellProperties", f({
23417 CKEDITOR.dialog.add("cellProperties", this.path + "dialogs/tableCell.js");
23598 command: "cellProperties",