Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+2
person also asked this
people also asked this
Replies
14 replies
Subscribers
10 subscribers
Views
13841 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
download document on button click
ramakg
A Score Level 1
over 8 years ago
When I click on button on SAIL, it would prompt for document to download. How will achieve this functionality.
Thanks in advance.
OriginalPostID-236773
Discussion posts and replies are publicly visible
Parents
0
vijayy700
over 8 years ago
Do you mean to show image instead of plan link to download the file, Yes in that case use "a!documentImage(...)" function
a!documentImage(
document: todocument(1),
link: a!documentDownloadLink(
label: "sampleImage",
document: linktodocument(1,"sample")
)
use "document" property to show the image for enduser on which user will click
And then use "document: linktodocument(1,"sample")" property to link the document which will get down load once user clicks on the image
Hope this will help :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vijayy700
over 8 years ago
Do you mean to show image instead of plan link to download the file, Yes in that case use "a!documentImage(...)" function
a!documentImage(
document: todocument(1),
link: a!documentDownloadLink(
label: "sampleImage",
document: linktodocument(1,"sample")
)
use "document" property to show the image for enduser on which user will click
And then use "document: linktodocument(1,"sample")" property to link the document which will get down load once user clicks on the image
Hope this will help :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data