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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks !!
Views
Replies
Total Likes
Views
Likes
Replies