Hi,
newbie to LiveCycle. I'm currently using it design Electrical Certificates from the IEE Regs book. The problem I have is on one form I require a drop down box. The options I want are a tick, a cross, LIM or N/A. The N/A and LIM are ok as they are obviously just letters. Is there anyway I can insert the cross and tick symbol into a drop down box? Or is there something else other than the dropdown box I should be using?
Thanks In advance for any help
Paul.
Solved! Go to Solution.
Views
Replies
Total Likes
Cool. It can be done by inserting Unicode into the source XML for the drop-down list. When you open the form's XML source a style sheet is applied to the XML and renders the check mark in the drop-down list item node.
The check mark looks like ✔ I added a cross with Unicode ✘
After saving the XML source the stylesheet renders the source as
The drop-down renders in PDF as
I learned something today. Nice. Thanks.
Steve
Views
Replies
Total Likes
It is not possible to use images in a drop-down list. It is possible to do a radio button group that looks like this, however.
See the attached. Note I included click event processing to highlight the value associated with each radio button.
Steve
Views
Replies
Total Likes
Hi Steve
Thanks for the reply. I'll have a play around with your suggestion. Never used radio buttons. I assume all the options have to be displayed all of the time on the document? I've attached my word version of what I'm trying to create so it's clear exactly what I'm after.
Thanks again
Paul
Views
Replies
Total Likes
what about using + for yes and - for no in your dropdown list? would that work for you?
Views
Replies
Total Likes
Without trying to be blunt....no.
I'd like to try and get what I've displayed in the word document. I may be looking for something I can't have. thing is you don't ask, you don't get.
Views
Replies
Total Likes
How about radio buttons disguised as check boxes?
Steve
Views
Replies
Total Likes
How do I attach a PDF to a reply? I have found a drop down box with a tick (stolen from another form). Would like to know how it's been done.
Views
Replies
Total Likes
Views
Replies
Total Likes
Cool. It can be done by inserting Unicode into the source XML for the drop-down list. When you open the form's XML source a style sheet is applied to the XML and renders the check mark in the drop-down list item node.
The check mark looks like ✔ I added a cross with Unicode ✘
After saving the XML source the stylesheet renders the source as
The drop-down renders in PDF as
I learned something today. Nice. Thanks.
Steve
Views
Replies
Total Likes
Fantastic. The check mark is better than a capital 'X' but I had no idea how it was done. Thanks for all your help.
Views
Replies
Total Likes
Just tried it in my form. It looks the nuts. Feel really sad that I'm getting this excited about a PDF form though.
Views
Replies
Total Likes
Views
Likes
Replies