mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Make taglist widget exportable
This commit is contained in:
parent
e5129c744f
commit
4a4f2a03b9
@ -771,6 +771,7 @@ var et2_taglist = /** @class */ (function (_super) {
|
||||
};
|
||||
return et2_taglist;
|
||||
}(et2_widget_selectbox_1.et2_selectbox));
|
||||
exports.et2_taglist = et2_taglist;
|
||||
et2_core_widget_1.et2_register_widget(et2_taglist, ["taglist"]);
|
||||
/**
|
||||
* Taglist customized specificlly for egw acccounts, fetches accounts and groups list,
|
||||
|
@ -27,7 +27,7 @@ import {ClassWithAttributes} from "./et2_core_inheritance";
|
||||
* @see http://nicolasbize.github.io/magicsuggest/
|
||||
* @augments et2_selectbox
|
||||
*/
|
||||
class et2_taglist extends et2_selectbox implements et2_IResizeable
|
||||
export class et2_taglist extends et2_selectbox implements et2_IResizeable
|
||||
{
|
||||
static readonly _attributes : any = {
|
||||
"empty_label": {
|
||||
|
Loading…
Reference in New Issue
Block a user