Search found 32 matches

by john_m
Thu Nov 09, 2017 12:46 am
Forum: Other Issues
Topic: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)
Replies: 7
Views: 3825

Re: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)

Hi Mihaela, Maybe I'm confused (a distinct possibility)... but our checkboxes are attached to attributes of one element - and we need to modify attributes of another element... it didn't look like that was possible from the documentation. Please let me know if I am misunderstanding the documentation...
by john_m
Mon Nov 06, 2017 9:06 pm
Forum: Other Issues
Topic: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)
Replies: 7
Views: 3825

Re: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)

Hi Mihaela, Thank you again for the response. I will update to 19.1 - but it looks like that won't help with Oxygen XML Web Author. Unfortunately, adding buttons to our interface is not good solution for our implementation. Do you think there might be a way to get this to work with javascript? We ha...
by john_m
Thu Nov 02, 2017 8:42 pm
Forum: Other Issues
Topic: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)
Replies: 7
Views: 3825

Re: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)

Hello Mihaela, Thank you for the suggestions. I spoke with my team and we decided to implement your first suggestion using the oxy_combobox. We followed the instructions and example in the documentation you provided (https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/combo-box-editor.html)...
by john_m
Thu Nov 02, 2017 6:01 pm
Forum: Other Issues
Topic: Configure Default Value Presentation Text For Empty Tags
Replies: 2
Views: 1887

Re: Configure Default Value Presentation Text For Empty Tags

Hi Christian!

Sorry for the late reply. This works perfectly!

Thanks!
John
by john_m
Thu Oct 19, 2017 11:03 pm
Forum: Other Issues
Topic: Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)
Replies: 7
Views: 3825

Using JavaScript to Update Elements in Editor Window (Oxygen XML Web Author)

Hello, I am using Oxygen XML Web Author and am trying to enable or disable the edit-ability of an oxy_textfield form control in one area of my document based on the value of an oxy_checkbox form control in another location of the document. Specifically, I would like the text field's "disabled&q...
by john_m
Wed Oct 18, 2017 5:56 pm
Forum: Other Issues
Topic: Disable "Edit As XML"
Replies: 2
Views: 1814

Re: Disable "Edit As XML"

Awesome - thank you! :)
by john_m
Wed Oct 18, 2017 4:49 pm
Forum: Other Issues
Topic: Creating a Table of Contents in Side Drawer
Replies: 2
Views: 2268

Re: Creating a Table of Contents in Side Drawer

Thank you Gabriel! This worked perfectly! (Sorry for the delayed response)! :)
by john_m
Wed Oct 18, 2017 4:48 pm
Forum: Other Issues
Topic: Disable "Edit As XML"
Replies: 2
Views: 1814

Disable "Edit As XML"

Hello, My team is designing a document in XML Web Author and our goal is to abstract the XML creation from the authors. That is, we don't want them to be able to edit the XML directly - only through the buttons and menu options we provide. Is there a way to disable the Edit As XML menu option? http:...
by john_m
Wed Oct 18, 2017 4:38 pm
Forum: Other Issues
Topic: Configure Default Value Presentation Text For Empty Tags
Replies: 2
Views: 1887

Configure Default Value Presentation Text For Empty Tags

Hello! I was wondering if it is possible to configure the "default value" presentation text for empty tags in author mode for Oxygen XML Web Author. For example, if we had the following blank table: http://www.tinfinitydesign.com/RC/defaultTableTags.png Would it be possible to configure it...
by john_m
Wed Aug 23, 2017 10:26 pm
Forum: Other Issues
Topic: Deleting An Attribute Value In A Combobox
Replies: 1
Views: 1614

Deleting An Attribute Value In A Combobox

Hello, I am using Oxygen XML Web Author and discovered an issue today. I have several comboboxes in my document that edit attributes. These comboboxes pull their value from the schema and are initially set to blank. The issue I have is that if someone accidentally selects a value, I cannot delete th...
by john_m
Wed Aug 23, 2017 9:38 pm
Forum: Other Issues
Topic: Creating a Table of Contents in Side Drawer
Replies: 2
Views: 2268

Creating a Table of Contents in Side Drawer

Hello, In XMLWebAuthor I'm trying to create a Table of Contents in a custom side view. The html is composed of simple anchor tags. The anchor tags have the proper href values set but the links do not seem to be working. How do I direct the anchors to link to the relevant id's for elements in the cur...
by john_m
Fri Aug 04, 2017 9:24 pm
Forum: Other Issues
Topic: goog.events.listen key-press event
Replies: 1
Views: 1803

goog.events.listen key-press event

Hello, I'm trying to stop the propagation of the key-press event for the delete key by using the code below in the framework.js file. goog.events.listen(goog.dom.getDocument(), goog.events.EventType.KEYDOWN, function(e) { if(e.keyCode == goog.events.KeyCodes.DELETE){ //do stuff... e.getBrowserEvent(...
by john_m
Fri Jul 28, 2017 6:21 pm
Forum: Other Issues
Topic: Using oxy_add to assign an attribute value
Replies: 1
Views: 1554

Using oxy_add to assign an attribute value

Hello, I am using the oxy_add function within the Oxygen Web Author environment to perform calculations on various attribute values. For example, in my estimatedModCost element, I have attributes that hold values for the number of hours it takes to repair a unit. An estimatedModCost element might lo...
by john_m
Thu Jun 22, 2017 10:41 pm
Forum: Other Issues
Topic: Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation
Replies: 5
Views: 2831

Re: Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation

Hello Mihaela, Thank you for your response. I was trying to simplify the code (we are building a complex document) and there was a typo in the code I posted to the forum. The names match exactly in the code I've written for the project. I'm afraid I'm not describing the situation very well, so I hav...
by john_m
Mon Jun 19, 2017 9:35 pm
Forum: Other Issues
Topic: Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation
Replies: 5
Views: 2831

Re: Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation

Hi Christian, Thank you for your response. I have done more troubleshooting and I believe I have isolated the issue. I forgot to include my css in my last post - so I am including it now. estimatedCost{ content: oxy_label(text, "Cost of Item 1: ", width, 20%) oxy_textfield(edit, "@ite...
by john_m
Wed Jun 14, 2017 10:49 pm
Forum: Other Issues
Topic: Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation
Replies: 5
Views: 2831

Issues Using oxy_add With Attribute Values Without Declaring A noNamespaceSchemaLocation

Hello, I am working with a custom document and having issues using oxy_add. I have created a basic document type, basicDocument.bd and the html framework to use the schema at: ${framework}/basicDocument.xsd. The header of basicDocument.bd is <basicDocument xmlns:xsi="http://www.w3.org/2001/XMLS...
by john_m
Mon Jun 12, 2017 5:13 pm
Forum: Other Issues
Topic: Updating Cross Reference Text Between Files [Oxygen XML Web Author]
Replies: 2
Views: 2026

Re: Updating Cross Reference Text Between Files [Oxygen XML Web Author]

Hi Christian,

Using document.getSystemID() to get the authority token did the trick. I was able to access the documents as needed using the token!

As always, thanks so much for all of your help!
by john_m
Fri Jun 02, 2017 8:18 pm
Forum: Other Issues
Topic: Updating Cross Reference Text Between Files [Oxygen XML Web Author]
Replies: 2
Views: 2026

Updating Cross Reference Text Between Files [Oxygen XML Web Author]

Hello, I am having an issue writing code that keeps the cross reference text updated between files. For example, I have two xml documents: docOne.xml and docTwo.xml. If docTwo.xml has a reference to a title in docOne.xml - and the title in docOne.xml is updated, I would like that change to be reflec...
by john_m
Fri May 26, 2017 10:42 pm
Forum: Other Issues
Topic: Using Javascript with Oxygen XML Web Author to Collapse/Uncollapse Sections
Replies: 3
Views: 2344

Re: Using Javascript with Oxygen XML Web Author to Collapse/Uncollapse Sections

Hi Christian! Thank you so much! As usual, your suggestion was great! The functionality is exactly what I'm looking for. However, I have two follow-up questions. First, is it possible to change the styling to move the arrow into a psudo element tag? I create section headers using element:before - an...
by john_m
Fri May 26, 2017 5:11 pm
Forum: Other Issues
Topic: Using Javascript with Oxygen XML Web Author to Collapse/Uncollapse Sections
Replies: 3
Views: 2344

Using Javascript with Oxygen XML Web Author to Collapse/Uncollapse Sections

Hi, We are using Oxygen XML Web Author and would like to give users the ability to collapse/expand sections. I was attempting to do it via javascript - however, I'm having difficulty because of the the transformation that happens when Web Author writes the code to turn the XML information into a vis...
by john_m
Fri May 12, 2017 12:07 am
Forum: Other Issues
Topic: Oxy_Functions and Editing Attribute Values of Child Elements
Replies: 1
Views: 1350

Oxy_Functions and Editing Attribute Values of Child Elements

Hello, I have a question about using css/oxy-functions to access attribute values of child elements. Here is a portion of my schema: http://tinfinitydesign.com/RC/rc-01.jpg And below is a portion of my css: miscellaneousInformation{ display:block; font-weight:normal; padding:5px 0px; } parts{ conten...
by john_m
Wed May 10, 2017 12:22 am
Forum: Other Issues
Topic: Content Completion Assistant Shows Different Results Between Desktop and Web
Replies: 2
Views: 1840

Content Completion Assistant Shows Different Results Between Desktop and Web

Hello! My teammate and I are using Oxygen XML Editor to frame-out an environment we are deploying to the web using Oxygen XML Web Author. We have had great success using the content completion assistant to insert tags in the Oxygen XML Editor environment on our desktops. However, when we deploy our ...
by john_m
Tue Apr 25, 2017 5:27 pm
Forum: Other Issues
Topic: oxy_textArea Unexpected Behavior/Not Working in Oxygen XML Web Author
Replies: 6
Views: 3591

Re: oxy_textArea Unexpected Behavior/Not Working in Oxygen XML Web Author

Hi Christian, Thanks for the quick response! I am only interested in editing the attribute values. I tried the demo you put up and experienced the same behavior I saw in my files. The oxy_textfield updates the attribute properly. The oxy_textArea does not. This seems to happen in the web version onl...
by john_m
Mon Apr 24, 2017 5:25 pm
Forum: Other Issues
Topic: oxy_textArea Unexpected Behavior/Not Working in Oxygen XML Web Author
Replies: 6
Views: 3591

oxy_textArea Unexpected Behavior/Not Working in Oxygen XML Web Author

Hello, I'm using both oxy_textfield and oxy_textArea to edit attributes. Both functions work properly in the Oxygen XML Editor environment. However, when I deploy to Oxygen XML Web Author, oxy_textfield works as expected and oxy_textArea does not. The attributes can be modified successfully through ...
by john_m
Mon Apr 17, 2017 9:13 pm
Forum: General XML Questions
Topic: Oxygen Web Author CSS is Overwriting Document CSS
Replies: 5
Views: 3808

Re: Oxygen Web Author CSS is Overwriting Document CSS

Hi Christian, Thanks for the reply. I agree that the issue is specificity - but I am not sure how to access the table tags that I'm looking at. I have a custom style sheet that works perfectly in Oxygen XML editor. However, something seems to be happening when the XML/css are loaded into and transfo...
by john_m
Tue Apr 11, 2017 8:45 pm
Forum: General XML Questions
Topic: Oxygen Web Author CSS is Overwriting Document CSS
Replies: 5
Views: 3808

Oxygen Web Author CSS is Overwriting Document CSS

Hello, I'm having an issue with the oxygen css overwriting my table styling. I've created a custom css file that sets all tables to a width of 100%. The styling works fine in the desktop application. However, when I put the css on the server in our Oxygen Web Author environment, the table style is o...