forked from extern/egroupware
Support deprecated get values method for ET2Select_ro
This commit is contained in:
parent
be3e5fbe8d
commit
2dc78de2c1
@ -100,6 +100,24 @@ li {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use value
|
||||
* @param value
|
||||
*/
|
||||
get_value(value)
|
||||
{
|
||||
return this.value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use value
|
||||
* @param value
|
||||
*/
|
||||
getValue(value)
|
||||
{
|
||||
return this.value;
|
||||
}
|
||||
|
||||
set value(new_value : string | string[])
|
||||
{
|
||||
// Split anything that is still a CSV
|
||||
|
Loading…
Reference in New Issue
Block a user