mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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.mime_regexp = mime_regex;
|
||||
this.mime_odf_regex = mime_odf_regex;
|
||||
var self=this;
|
||||
this.expose_options = {
|
||||
// The Id, element or querySelector of the gallery widget:
|
||||
|
Loading…
Reference in New Issue
Block a user