mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix htmlarea being initiated twice
This commit is contained in:
parent
d4b9397d62
commit
625c3eb73c
@ -162,7 +162,8 @@ var et2_editableWidget = /** @class */ (function (_super) {
|
||||
name: "readonly",
|
||||
type: "string",
|
||||
default: false,
|
||||
description: "If set to 'editable' will start readonly, double clicking will make it editable and clicking out will save"
|
||||
description: "If set to 'editable' will start readonly, double clicking will make it editable and clicking out will save",
|
||||
ignore: true // todo: not sure why this used to be ignored before migration by default but not anymore
|
||||
},
|
||||
toggle_readonly: {
|
||||
name: "toggle_readonly",
|
||||
|
@ -30,7 +30,8 @@ export class et2_editableWidget extends et2_inputWidget implements et2_ISubmitLi
|
||||
name: "readonly",
|
||||
type: "string", // | boolean
|
||||
default: false,
|
||||
description: "If set to 'editable' will start readonly, double clicking will make it editable and clicking out will save"
|
||||
description: "If set to 'editable' will start readonly, double clicking will make it editable and clicking out will save",
|
||||
ignore: true // todo: not sure why this used to be ignored before migration by default but not anymore
|
||||
},
|
||||
toggle_readonly: {
|
||||
name: "toggle_readonly",
|
||||
|
Loading…
Reference in New Issue
Block a user