mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 11:21:42 +02:00
give buttons in toolbar an individual id based on toolbar-id and action-id
This commit is contained in:
parent
880fc68bc9
commit
3156da0619
@ -158,6 +158,7 @@ var et2_toolbar = et2_DOMWidget.extend(
|
|||||||
};
|
};
|
||||||
var button = $j(document.createElement('button'))
|
var button = $j(document.createElement('button'))
|
||||||
.addClass("et2_button")
|
.addClass("et2_button")
|
||||||
|
.attr('id', this.id+'-'+action.id)
|
||||||
.appendTo(this.div);
|
.appendTo(this.div);
|
||||||
if(action.iconUrl)
|
if(action.iconUrl)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user