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
    コメントアクション パーマリンク

サインインしてコメントを残してください。