Expand my Community achievements bar.

SOLVED

Image coming from an xml source and on which we can't click...

Avatar

Level 2

Hi everybody !

Is it possible in LiveCycle Designer ES 8.2 (or in coming version of the software) to disable the click event on ImageField ?

I read that it is not possible yet but there is may be another solution to proceed to have an image coming from an xml source and on which we can't click.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi,

Yes , you can disable image field by setting acces value to readOnly.

Example:

     imageField1.access = "readOnly";

It works for Adobe Reader 9

Best regards,

Paul Butenko

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Hi,

Yes , you can disable image field by setting acces value to readOnly.

Example:

     imageField1.access = "readOnly";

It works for Adobe Reader 9

Best regards,

Paul Butenko