Searched refs:cellProperties (Results 1 – 7 of 7) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 34 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/ |
| D | handsontable.full.js | 6852 BaseEditor.prototype.prepare = function (row, col, prop, td, originalValue, cellProperties) { 6858 this.cellProperties = cellProperties; 6976 if (this.instance.getCellValidator(this.cellProperties)) { 6998 if (result === false && this.cellProperties.allowInvalid !== true) { 15103 var cellProperties = instance.getCellMeta(row, col); 15105 if (cellProperties.type === 'numeric' && typeof changes[i][3] === 'string') { 15106 …anges[i][3].length > 0 && (/^-?[\d\s]*(\.|,)?\d*$/.test(changes[i][3]) || cellProperties.format)) { 15109 if ((0, _mixed.isUndefined)(cellProperties.language)) { 15116 _numbro2.default.culture(cellProperties.language); 15134 if (instance.getCellValidator(cellProperties)) { [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …cellProperties){this.TD=td;this.row=row;this.col=col;this.prop=prop;this.originalValue=originalVal…
|
| /plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
| D | tableCell.js.unc | 6 CKEDITOR.dialog.add( 'cellProperties', function( editor ) {
|
| /plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
| D | tableCell.js.unc | 6 CKEDITOR.dialog.add( 'cellProperties', function( editor ) {
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 29 …cellProperties=a,this.state=i.VIRGIN},a.prototype.extend=function(){var e=this.constructor;return … 35 …cellProperties.filter=!1,this.cellProperties.strict=!0}}]),t}();r.default.getSingleton().add("befo…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js.unc | 23363 b("cellProperties", new CKEDITOR.dialogCommand("cellProperties", f({ 23417 CKEDITOR.dialog.add("cellProperties", this.path + "dialogs/tableCell.js"); 23598 command: "cellProperties",
|