Content Completion filter
Post here questions and problems related to oXygen frameworks/document types.
-
- Posts: 168
- Joined: Fri Jan 20, 2017 1:11 pm
Content Completion filter
Hello,
We use the version 25.0.0.0 of oxygen sdk.
I would like to know if it is possible to filter content completion pop up with only xsd compliant values.
Currently, we have first xsd compliant values, and after, in grey color, the non xsd compliant values.
Is it possible to hide the non compliants one ?
Thanks.
Regards,
Isabelle
We use the version 25.0.0.0 of oxygen sdk.
I would like to know if it is possible to filter content completion pop up with only xsd compliant values.
Currently, we have first xsd compliant values, and after, in grey color, the non xsd compliant values.
Is it possible to hide the non compliants one ?
Thanks.
Regards,
Isabelle
-
- Posts: 9431
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Content Completion filter
Hi Isabelle,
Maybe setting this global option might work if you call this code before opening any of the files:
https://www.oxygenxml.com/InstData/Edit ... nTags.html
Regards,
Radu
Maybe setting this global option might work if you call this code before opening any of the files:
Code: Select all
ro.sync.ecss.component.AuthorSchemaAwareOptions options = (AuthorSchemaAwareOptions) AuthorSchemaAwareOptions.DEFAULT.clone();
options.setShowAllPossibleElementsInCCList(false);
PluginWorkspaceProvider.getPluginWorkspace().setGlobalObjectProperty(ro.sync.exml.options.APIAccessibleOptionTags.AUTHOR_EDITING_MODE, options);
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “SDK-API, Frameworks - Document Types”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ 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