Layout.getStaticUrl ()
return the URL of the directory where images of this layout are located
Returns
String URL of the image directory
Sourcecode in Layout/objectFunctions.js:
1:
function getStaticUrl() {
2:
res.push();
3:
this.staticUrl();
4:
return res.pop();
5:
}