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
Replies
12 replies
Subscribers
9 subscribers
Views
5037 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi. We would like to use jQuery function. I read from somewhere in the forum tha
Will Teoh
over 11 years ago
Hi. We would like to use jQuery function. I read from somewhere in the forum that Appian shipped with jQuery. Can I know what version of jQuery Appian 7.3 is using?
Can we directly use jQuery functions in the form without even importing it? Or we have to import it?...
OriginalPostID-99823
OriginalPostID-99823
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You have to use IE Developer Tools or Firebug to inspect the form to identify how IDs of these components are assigned in the DOM. Appian doesn't assign the ID you put in the forms designer as-is to the element in the DOM.
You can also use the Advanced Form Utilities and its getControl() JavaScript function that will do that for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
You have to use IE Developer Tools or Firebug to inspect the form to identify how IDs of these components are assigned in the DOM. Appian doesn't assign the ID you put in the forms designer as-is to the element in the DOM.
You can also use the Advanced Form Utilities and its getControl() JavaScript function that will do that for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data