How do I access shared resources images URL from css background property url

評論

2 條評論

  • Avatar
    AgilePoint NX Support

    The images uploaded are not part of file based storage unit. When a form is designed to use this image, behind the page form initiates an API call for AgilePoint with all required details to identity the image resource. receive the API response and then use it as  CSS property value. Your way of directly assigning as CSS property would not work with the image present in application folders, since CSS will not be able to resolve the API call to retrieve the image and use it.

    0
    評論操作 永久連結
  • Avatar
    sysberry GmbH

    Hi,

    perhaps a solution could be to use the image control and make it invisible. Than with JavaScript get the image from the control and then use it in your form. Of course you should consider to store images elsewhere with direct link to it.

    Regards,

    Alexey

    0
    評論操作 永久連結

登入寫評論。