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
4 replies
Subscribers
7 subscribers
Views
3567 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
How to Make date Picker field non-editable using java script. currently we are u
ajinkyab
over 12 years ago
How to Make date Picker field non-editable using java script. currently we are using below java script to make field disable
(document.getElementsByName("myFieldName")[0]).disabled = true;
but it only disables textbox of date picker and not image available with date picker.
Please suggest....
OriginalPostID-61555
OriginalPostID-61555
Discussion posts and replies are publicly visible
Parents
0
ajinkyab
over 12 years ago
Hi sathya,
our use case is creating dynamic task in appian, so we are providing start date and due date and other info as input for creating tasks. we have three custom status for the task e.g("Pending","Active","Completed"). when next time Administrator of Application opens the form which lists all the tasks,depending on the status of the Tasks the appropriate date field should get disable. we can not use default option to make field invisible or disable because its a grid which contain list of task having different status.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ajinkyab
over 12 years ago
Hi sathya,
our use case is creating dynamic task in appian, so we are providing start date and due date and other info as input for creating tasks. we have three custom status for the task e.g("Pending","Active","Completed"). when next time Administrator of Application opens the form which lists all the tasks,depending on the status of the Tasks the appropriate date field should get disable. we can not use default option to make field invisible or disable because its a grid which contain list of task having different status.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data