From 2cbe626fedfa90ef9b44a4a1b31d05396e192f1e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 16 May 2016 16:23:27 +0200 Subject: [PATCH] fix not working (documented) widget attribute "extra_link_title" by using regular "statustext" --- api/js/etemplate/et2_widget_description.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/api/js/etemplate/et2_widget_description.js b/api/js/etemplate/et2_widget_description.js index 83f3414a6f..4cf9404d8e 100644 --- a/api/js/etemplate/et2_widget_description.js +++ b/api/js/etemplate/et2_widget_description.js @@ -76,12 +76,6 @@ var et2_description = (function(){ "use strict"; return expose(et2_baseWidget.ex "type": "string", "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":{ name: "Expose view", type: "boolean", @@ -103,7 +97,7 @@ var et2_description = (function(){ "use strict"; return expose(et2_baseWidget.ex }, legacyOptions: ["font_style", "href", "activate_links", "for", - "extra_link_target", "extra_link_popup", "extra_link_title"], + "extra_link_target", "extra_link_popup", "statustext"], /** * Constructor