mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:14:20 +01:00
removed unnecessary attributes from widget
This commit is contained in:
parent
9a8069a9b5
commit
0fb3008dc8
@ -27,10 +27,6 @@
|
||||
var et2_itempicker = et2_inputWidget.extend({
|
||||
|
||||
attributes: {
|
||||
"value": {
|
||||
"type": "any",
|
||||
"default": {}
|
||||
},
|
||||
"application": {
|
||||
"name": "Application",
|
||||
"type": "string",
|
||||
@ -49,12 +45,6 @@ var et2_itempicker = et2_inputWidget.extend({
|
||||
"default": false,
|
||||
"description": "Callback before query to server. Must return true, or false to abort query."
|
||||
},
|
||||
"select": {
|
||||
"name": "Select callback",
|
||||
"type": "any",
|
||||
"default": false,
|
||||
"description": "Callback when user selects an option. Must return true, or false to abort normal action."
|
||||
},
|
||||
},
|
||||
|
||||
legacyOptions: ["application"],
|
||||
|
Loading…
Reference in New Issue
Block a user