I'm trying to read a property from a config_template. The
docs state that getConfigProperty() is correct method but that method is an empty function in ZmZimletBase:
Code:
>ZmZimletBase.prototype.getConfigProperty
function (e) {} So... the question of the evening: how do I read in a property (global or host) from a config_template.xml file?