mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make html widget exportable
This commit is contained in:
parent
4f2131358f
commit
23aea3b42e
@ -112,5 +112,6 @@ var et2_html = /** @class */ (function (_super) {
|
||||
};
|
||||
return et2_html;
|
||||
}(et2_core_valueWidget_1.et2_valueWidget));
|
||||
exports.et2_html = et2_html;
|
||||
et2_core_widget_1.et2_register_widget(et2_html, ["html", "htmlarea_ro"]);
|
||||
//# sourceMappingURL=et2_widget_html.js.map
|
@ -21,7 +21,7 @@ import {ClassWithAttributes} from "./et2_core_inheritance";
|
||||
/**
|
||||
* @augments et2_valueWidget
|
||||
*/
|
||||
class et2_html extends et2_valueWidget implements et2_IDetachedDOM
|
||||
export class et2_html extends et2_valueWidget implements et2_IDetachedDOM
|
||||
{
|
||||
static readonly _attributes : any = {
|
||||
'label': {
|
||||
|
Loading…
Reference in New Issue
Block a user