Why image map open URLChooser with a "generic" context ?
Posted: Mon Feb 27, 2023 1:37 pm
Hello,
I notice that image map open URLChooser with a "generic" type in context.
Why not only "image" type ?
Regards,
Vincent
I notice that image map open URLChooser with a "generic" type in context.
Why not only "image" type ?
Code: Select all
DummyUrlChooser.prototype.chooseUrl = function(context, chosen) {
// context.getType() is sync.api.UrlChooser.Type.GENERIC
}
Vincent