mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Accept 'value' as a detached attribute in image
This commit is contained in:
parent
644249e963
commit
19d3cf51b8
@ -260,6 +260,11 @@ var et2_image = (function(){ "use strict"; return expose(et2_baseWidget.extend([
|
||||
{
|
||||
this.set_src(_values["src"]);
|
||||
}
|
||||
// Not valid, but we'll deal
|
||||
if (_values["value"])
|
||||
{
|
||||
this.setValue(_values["value"]);
|
||||
}
|
||||
|
||||
if (_values["label"])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user