mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Open Office Editor W.I.P:
- Get regex of odf mime type into widget context to be able to use it for all expose derived widgets
This commit is contained in:
parent
9cfe8a012d
commit
71acd96080
@ -215,6 +215,7 @@ function expose (widget)
|
|||||||
{
|
{
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
this.mime_regexp = mime_regex;
|
this.mime_regexp = mime_regex;
|
||||||
|
this.mime_odf_regex = mime_odf_regex;
|
||||||
var self=this;
|
var self=this;
|
||||||
this.expose_options = {
|
this.expose_options = {
|
||||||
// The Id, element or querySelector of the gallery widget:
|
// The Id, element or querySelector of the gallery widget:
|
||||||
|
Loading…
Reference in New Issue
Block a user