Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+3
person also asked this
people also asked this
Replies
12 replies
Answers
2 answers
Subscribers
12 subscribers
Views
9615 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
---Fitnesse For Appian----
Anu
over 8 years ago
Hi All,
someone know how to click on component "documentImage" ? Please advise.
I m trying to select any of the images(Green,yellow,red etc) which is nothing but a documentImage . Attached is the screen for your reference .
Thanks in advance.
OriginalPostID-267637
Discussion posts and replies are publicly visible
Parents
0
Amit Mishra
over 8 years ago
A sample code below:
a!imageField(
images: {
a!documentImage(
document: cons!DMS_ICO_ADD_NEW_FILE, /* image/icon constant */
link: a!submitLink(
saveInto: {
a!save(
ri!submitAction,
"sbmitValue"
)
}
),
caption: "Add New File"
)
},
size: "SMALL"
)
---------------------
Is that you are looking for?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Amit Mishra
over 8 years ago
A sample code below:
a!imageField(
images: {
a!documentImage(
document: cons!DMS_ICO_ADD_NEW_FILE, /* image/icon constant */
link: a!submitLink(
saveInto: {
a!save(
ri!submitAction,
"sbmitValue"
)
}
),
caption: "Add New File"
)
},
size: "SMALL"
)
---------------------
Is that you are looking for?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data