I need to make the following field as read only.File PathI tried the following in my javascriptIWDatacapture.getItem(attachment_path).setReadOnly(true);With this the field can be made as readonly but the Browse button which comes just besides the text field is getting disappered.Any solution please ?
I need to make the following field as read only.[html]File Path[/html]I tried the following in my javascript IWDatacapture.getItem(attachment_path).setReadOnly(true);With this the field can be made as readonly but the Browse button which comes just besides the text field is getting disappered.Any solution please ?
Very nice functionality. I do not think you can do it with the code you are using. It would take some non-trivial code to get that going. This would certainly be a great feature request.
It's not that big of a deal, just separate an Item and buttons that modify it.
Yea Bo, that is the easy part. He wants a browse window to open up and populate the area. That (I would think) is the hard part. Now, maybe one can use callout_upload.ipl in this situation, I am not too certain about that. If not, then you need to use another perl/JS browser to do that.Andy