The GeoCode widget call method of CMS
Ametys.data.ServerComm.callMethod({
role: "org.ametys.cms.content.ContentHelper",
methodName: 'getMetadataValues',
parameters: [contentId, [remotePath]],
callback: {
handler: this._compileAddressCb,
scope: this,
arguments: {
position: position,
remotePath: remotePath,
defaultLatLng: defaultLatLng,
defaultZoomLevel: defaultZoomLevel
}
}
});
- duplicates
-
RUNTIME-1673 The GeoCode widget calls a method on a component in CMS
-
- Closed
-