mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
Make radiobox widget exportable
This commit is contained in:
parent
4cf185ce7e
commit
0d52104a68
@ -28,7 +28,7 @@ import {et2_valueWidget} from './et2_core_valueWidget';
|
|||||||
*
|
*
|
||||||
* @augments et2_inputWidget
|
* @augments et2_inputWidget
|
||||||
*/
|
*/
|
||||||
class et2_radiobox extends et2_inputWidget
|
export class et2_radiobox extends et2_inputWidget
|
||||||
{
|
{
|
||||||
static readonly _attributes : any = {
|
static readonly _attributes : any = {
|
||||||
"set_value": {
|
"set_value": {
|
||||||
|
Loading…
Reference in New Issue
Block a user