mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Ignore some properties to silence warnings
This commit is contained in:
parent
a7110e4912
commit
09542d6327
@ -169,6 +169,15 @@ var et2_textbox_ro = et2_valueWidget.extend([et2_IDetachedDOM], {
|
|||||||
attributes: {
|
attributes: {
|
||||||
"multiline": {
|
"multiline": {
|
||||||
"ignore": true
|
"ignore": true
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"size": {
|
||||||
|
"ignore": true
|
||||||
|
},
|
||||||
|
"required": {
|
||||||
|
"ignore": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user