Hoppa till huvudinnehållet

Allow expression in image source field

Ej planerat

Kommentarer

1 kommentar

  • 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

Du måste logga in om du vill lämna en kommentar.