mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Fix button onclick attribute was not parsed into javascript
This commit is contained in:
@@ -325,7 +325,8 @@ var et2_button = /** @class */ (function (_super) {
|
||||
"description": "Use this icon instead of hiding for read-only"
|
||||
},
|
||||
"onclick": {
|
||||
"description": "JS code which gets executed when the button is clicked"
|
||||
"description": "JS code which gets executed when the button is clicked",
|
||||
"type": "js"
|
||||
},
|
||||
"accesskey": {
|
||||
"name": "Access Key",
|
||||
|
Reference in New Issue
Block a user