Aller au contenu principal

Allow expression in image source field

Non planifiée

Commentaires

1 commentaire

  • Permanently deleted user
    Form Elements do not allow expressions in their inputs, however it is possible to change their values at runtime by using the Set Form Element Property activity in a subworkflow.

    For example, you could add an event handler for the load event on your image. In that subworkflow add the Set Form Element Property activity with the following inputs
    • Element: (Leave blank to use the element whose event you are responding to)
    • Property Name: value
    • Property Value: =$strViewerURL + "/Resources/Images/loader-small.gif"
    • Markdown: (leave blank)
    0

Vous devez vous connecter pour laisser un commentaire.