Removing a dropdown in conref
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 157
- Joined: Mon Aug 18, 2014 4:11 pm
Removing a dropdown in conref
Hi team,
I have created a dropdown for an element <hazardstatement>.My requirement is to remove the dropdown when conref is added for <hazardstatement> in CSS. I tried many changes but the issue is not solved.My current version is oXygen 17.0 . Please help me in solving this issue.
Thanks,
Shabeer
I have created a dropdown for an element <hazardstatement>.My requirement is to remove the dropdown when conref is added for <hazardstatement> in CSS. I tried many changes but the issue is not solved.My current version is oXygen 17.0 . Please help me in solving this issue.
Thanks,
Shabeer
-
- Posts: 515
- Joined: Wed May 20, 2009 2:40 pm
Re: Removing a dropdown in conref
Hi Shabeer,
Can you please give us more details about your requirements?
When you say that you have created a dropdown in an hazardstatement element you mean that you have added a form-control in the CSS?
Best Regards,
Mihaela
Can you please give us more details about your requirements?
When you say that you have created a dropdown in an hazardstatement element you mean that you have added a form-control in the CSS?
Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
http://www.oxygenxml.com
-
- Posts: 157
- Joined: Mon Aug 18, 2014 4:11 pm
Re: Removing a dropdown in conref
Hi Team,
For hazardstatement dropdown we have used oXygen built in CSS function oxy_combobox.
Code:
oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");
Regards,
Shabeer
For hazardstatement dropdown we have used oXygen built in CSS function oxy_combobox.
Code:
oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");
Regards,
Shabeer
-
- Posts: 515
- Joined: Wed May 20, 2009 2:40 pm
Re: Removing a dropdown in conref
Hi Shabeer,
Here is the way you can set the combobox in a hazardstatement element, only when it does not have the conref set:
Best regards,
Mihaela
Here is the way you can set the combobox in a hazardstatement element, only when it does not have the conref set:
Code: Select all
*[class~="hazard-d/hazardstatement"]:not(*[conref]) {
content: oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");
}
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service