forked from extern/egroupware
fix not working (documented) widget attribute "extra_link_title" by using regular "statustext"
This commit is contained in:
parent
76ab72d689
commit
2cbe626fed
@ -76,12 +76,6 @@ var et2_description = (function(){ "use strict"; return expose(et2_baseWidget.ex
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "widthxheight, if popup should be used, eg. 640x480"
|
"description": "widthxheight, if popup should be used, eg. 640x480"
|
||||||
},
|
},
|
||||||
"extra_link_title": {
|
|
||||||
"name": "Link Title",
|
|
||||||
"type": "string",
|
|
||||||
"description": "Link title which is displayed on mouse over.",
|
|
||||||
"translate": true
|
|
||||||
},
|
|
||||||
"expose_view":{
|
"expose_view":{
|
||||||
name: "Expose view",
|
name: "Expose view",
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
@ -103,7 +97,7 @@ var et2_description = (function(){ "use strict"; return expose(et2_baseWidget.ex
|
|||||||
},
|
},
|
||||||
|
|
||||||
legacyOptions: ["font_style", "href", "activate_links", "for",
|
legacyOptions: ["font_style", "href", "activate_links", "for",
|
||||||
"extra_link_target", "extra_link_popup", "extra_link_title"],
|
"extra_link_target", "extra_link_popup", "statustext"],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user