Search found 96 matches

by Gabriel Titerlea
Fri Mar 11, 2022 4:24 pm
Forum: Common Problems
Topic: Refresh contextual menu action name
Replies: 2
Views: 1146

Re: Refresh contextual menu action name

Hello, Refreshing the displayName of actions is not possible at the moment. I registered a feature request and we'll update this forum post when we have a fix available. Meanwhile, as a workaround, you can change the DOM of the menu-item yourself, during the isEnabled method execution. Something lik...
by Gabriel Titerlea
Tue Nov 02, 2021 3:29 pm
Forum: Common Problems
Topic: Profiling attributes in Web Editor
Replies: 2
Views: 1154

Re: Profiling attributes in Web Editor

Hello,

This feature is not available in Web Author. The only workaround is to type the profiling attributes by hand.
I've registered a feature request & we'll update this forum post when the feature is available for Web Author.

Best,
Gabriel
by Gabriel Titerlea
Thu Sep 09, 2021 9:34 am
Forum: Common Problems
Topic: Customize Select Text options
Replies: 2
Views: 1489

Re: Customize Select Text options

Hello, That's the Floating Contextual Toolbar [1]. You can choose its content or disable it (set its value to initial ) using CSS [2]. To add a CSS file to your framework see this topic [3][4]. Best, Gabriel [1] https://www.oxygenxml.com/doc/versions/23.1.1/ug-webauthor/topics/wa-floating-toolbar.ht...
by Gabriel Titerlea
Wed Sep 01, 2021 4:05 pm
Forum: Common Problems
Topic: Toolbar Customization of Web Author XML
Replies: 11
Views: 3232

Re: Toolbar Customization of Web Author XML

Hello, But If I am giving this path to the icon it is showing me some rest URLs. Please see the attached screenshot. Yes, that's a mistake on my part. The URL specified in the icon20 property can only reference certain types of images (located in a framework for example). You can use the iconDom pro...
by Gabriel Titerlea
Tue Aug 31, 2021 3:07 pm
Forum: Common Problems
Topic: Toolbar Customization of Web Author XML
Replies: 11
Views: 3232

Re: Toolbar Customization of Web Author XML

Hello, But how can I set the name convention for them? You need to define an action for each dropdown menu item. Each action must implement its own getDisplayName & actionPerformed methods. You will have: var covh1 = new Covh1Action(); var covh2 = new Covh2Action(); var covh3 = new Covh3Action()...
by Gabriel Titerlea
Tue Aug 31, 2021 11:40 am
Forum: Common Problems
Topic: Toolbar Customization of Web Author XML
Replies: 11
Views: 3232

Re: Toolbar Customization of Web Author XML

Hello, But with this approach, only one item is rendering. You are looping through a list of action IDs ( let customActions= ['Paragraph'] ) & calling addToDitaToolbar for each one + your implementation of addToDitaToolbar [1] creates a new dropdown and adds it to the DITA toolbar. Seeing only 1...
by Gabriel Titerlea
Fri Aug 27, 2021 4:08 pm
Forum: Common Problems
Topic: Custom Toolbar List Menu action
Replies: 1
Views: 1087

Re: Custom Toolbar List Menu action

This is a duplicate post.
You can find the answer on the original question here: post63258.html#p63258
by Gabriel Titerlea
Fri Aug 27, 2021 4:06 pm
Forum: Common Problems
Topic: Custom Toolbar List Menu Items
Replies: 1
Views: 844

Re: Custom Toolbar List Menu Items

This is a duplicate post.
You can find the answer on the original question here:
post63258.html#p63258
by Gabriel Titerlea
Fri Aug 27, 2021 3:59 pm
Forum: Common Problems
Topic: Toolbar Customization of Web Author XML
Replies: 11
Views: 3232

Re: Toolbar Customization of Web Author XML

Hello, Your attached screenshot shows an action in the dropdown. And in this thread [1] you added some actions to a dropdown. That code looks correct. A dropdown descriptor should look like this: { type: 'list', // type: list means this is a dropdown, all of its children will be shown when it is exp...
by Gabriel Titerlea
Fri Aug 27, 2021 2:32 pm
Forum: Common Problems
Topic: Can't access Fusion content anymore
Replies: 2
Views: 1980

Re: Can't access Fusion content anymore

Hello, I get a message that it already has that email address and it won't let me go past that step. The "An account with the same email address already exists" error message appears in this scenario: You've created a Content Fusion account using the Sign-up form using an email address som...
by Gabriel Titerlea
Mon Aug 23, 2021 5:47 pm
Forum: Common Problems
Topic: Toolbar Customization of Web Author XML
Replies: 11
Views: 3232

Re: Toolbar Customization of Web Author XML

Hello, Only actions that have been registered in the actions manager [1] will be shown in toolbars. Maybe you forgot to register it? See the "The action needs to be registered with the editor" section from this tutorial [2] for an example. If you did register it maybe you did not provide a...
by Gabriel Titerlea
Tue Jul 27, 2021 11:18 am
Forum: Feature Request
Topic: Support for content fusion in Eclipse plugin for Oxygen XML Author
Replies: 1
Views: 1969

Re: Support for content fusion in Eclipse plugin for Oxygen XML Author

Hello,

The Content Fusion Plugin is not available for the Eclipse plugin for Oxygen Author. I've registered your +1 to an existing feature request & if/when it will be available we will update this forum post.

Best,
Gabriel
by Gabriel Titerlea
Wed Jun 30, 2021 11:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS control to open profiling dialog!
Replies: 4
Views: 1201

Re: CSS control to open profiling dialog!

Hello, The "Edit Profiling Attributes" action cannot be used from Oxygen XML Web Author at the moment. I've added your +1 to an existing feature request and we will update this forum post when it will be available. Meanwhile you can implement your own "Edit Profiling Attributes" ...
by Gabriel Titerlea
Wed Apr 28, 2021 12:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: oxy_checkbox always checked in READ ONLY MODE
Replies: 1
Views: 942

Re: oxy_checkbox always checked in READ ONLY MODE

Hello,

I did not reproduce your problem in either Oxygen Web Author or Oxygen Author.
Can you give us more details about your customization, do you have a sample xml and css file? Or can you share your framework? You can upload them here https://www.oxygenxml.com/techSupport.html

Best,
Gabriel
by Gabriel Titerlea
Wed Apr 14, 2021 6:46 pm
Forum: Common Problems
Topic: Replacement for jackson-mapper-asl.jar?
Replies: 2
Views: 4872

Re: Replacement for jackson-mapper-asl.jar?

Hello, Web Author 23.1+ depends on com.fasterxml.jackson 2.11.1 [1] instead of org.codehaus.jackson. You will find most of the previous classes under different package names: com.fasterxml.jackson.databind.ObjectMapper, com.fasterxml.jackson.databind.JsonNode. Best, Gabriel [1] https://github.com/Fa...
by Gabriel Titerlea
Fri Mar 26, 2021 3:09 pm
Forum: Common Problems
Topic: URGENT: Need a workaround for multi-factor authentication
Replies: 2
Views: 1018

Re: URGENT: Need a workaround for multi-factor authentication

Hello, You should be able to configure Web Author to delegate authentication (and thus support 2FA that you have configured there) for any of the following Git providers [1]: - GitHub - GitHub Enteprise - Bitbucket - Bitbucket Server - GitLab - GitLab on-premise What Git provider are you using? We d...
by Gabriel Titerlea
Mon Mar 08, 2021 5:58 pm
Forum: Other Issues
Topic: Link attribute in web author for PI element not working
Replies: 15
Views: 4488

Re: Link attribute in web author for PI element not working

Hello, Oxygen XML Web Author version 23.1 has been released and form-control action tooltips no longer say "Unknown action id" when the action is defined using javascript. For more details about this release you can check out the what's new page: https://www.oxygenxml.com/xml_web_author/wh...
by Gabriel Titerlea
Mon Mar 08, 2021 5:21 pm
Forum: Common Problems
Topic: Adding event listener to images
Replies: 5
Views: 2321

Re: Adding event listener to images

Hello, We have released Oxygen XML Web Author 23.1 [1]. Among other fixes, clicking an image selects the whole image element now. So you can write a CSS rule that targets selected images to add your custom floating toolbar [2] near them. Best, Gabriel [1] https://www.oxygenxml.com/xml_web_author/wha...
by Gabriel Titerlea
Mon Mar 08, 2021 4:58 pm
Forum: Common Problems
Topic: How to customize remove comment action
Replies: 4
Views: 1727

Re: How to customize remove comment action

Hello,

We have released Oxygen XML Web Author 23.1 which contains 2 new API methods which will allow you to set/remove your own custom properties on AuthorPersistentHighlights:

- setPersistentHighlightProperties
- removePersistentHighlightProperties

Best,
Gabriel
by Gabriel Titerlea
Thu Mar 04, 2021 1:09 pm
Forum: Other Issues
Topic: Need to open a browser for SSO login in oxygen
Replies: 3
Views: 1526

Re: Need to open a browser for SSO login in oxygen

Hello, Is it possible to open the default system browser and get the cookies from that in oxygen? It's not possible. I'll describe how we share the authentication from the browser with Oxygen Editor in our Content Fusion product: ┌────────┐ ┌─────┐ ┌─────────┐ │ │ │ │ │ │ │ Plugin │ │ CMS │ │ Browse...
by Gabriel Titerlea
Mon Mar 01, 2021 2:50 pm
Forum: Feature Request
Topic: Searching Across Topics in Content Fusion
Replies: 2
Views: 1144

Re: Searching Across Topics in Content Fusion

Hello, I've added your vote for this feature request. As a workaround you could use the "View topic content" button [1] which is available for ditamap files. After the topic content from referenced topics is expanded you can use the find action to search through all topics. Best, Gabriel [...
by Gabriel Titerlea
Thu Feb 25, 2021 12:53 pm
Forum: Common Problems
Topic: reviewer interaction
Replies: 1
Views: 1865

Re: reviewer interaction

This is a duplicate topic.
Please see the answer on the original topic: viewtopic.php?f=37&t=22471
by Gabriel Titerlea
Thu Feb 25, 2021 12:49 pm
Forum: Common Problems
Topic: reviewer interaction
Replies: 3
Views: 2865

Re: reviewer interaction

Hello Ben, A reviewer can delete another reviewer's comment. This is a known bug and we plan to fix it in a future version. I've added your vote to increase its priority. Only one reviewer at a time can comment on a topic. This limitation will be addressed in Content Fusion 4.0 which is scheduled fo...
by Gabriel Titerlea
Wed Jan 13, 2021 5:56 pm
Forum: Common Problems
Topic: RefreshReference without making doc dirty
Replies: 6
Views: 2525

Re: RefreshReference without making doc dirty

You can call

Code: Select all

this.editor.setDirty(false);
after you invoke the CommitRefreshTest operation. See this forum post [1].

Best,
Gabriel

[1] topic13562.html#p40382
by Gabriel Titerlea
Fri Nov 20, 2020 6:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Missing button "Edit git repository" Web Author 19.1 plus Bitbucket plugin question
Replies: 4
Views: 2721

Re: Missing button "Edit git repository" Web Author 19.1 plus Bitbucket plugin question

Hello, Oxygen XML Web Author 23.0 was released and it now has enhanced support for Bitbucket server [1]: Users can now authenticate using Bitbucket Server instead of using their username and password Pull requests can be created directly from Web Author The overall performance is improved for Bitbuc...
by Gabriel Titerlea
Fri Nov 20, 2020 6:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author with Git using Bitbucket
Replies: 12
Views: 12048

Re: Oxygen XML Web Author with Git using Bitbucket

Hello, Oxygen XML Web Author 23.0 was released and it now has enhanced support for Bitbucket server [1]. Instead of authenticating with a user-name and password, a "Login with Bitbucket Server" button is now available on the Web Author dashboard [2]. You can find instructions for how to en...
by Gabriel Titerlea
Fri Feb 08, 2019 6:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Right Click Actions
Replies: 10
Views: 4696

Re: Right Click Actions

why does this get called 3 times when a page loads The EDITOR_LOADED event is called only once. Maybe you are referring to the ACTIONS_LOADED event. Look at this code to better understand how the events are fired: goog.events.listen(workspace, sync.api.Workspace.EventType.EDITOR_LOADED, function(e)...
by Gabriel Titerlea
Fri Oct 26, 2018 2:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: calling focusView with Web Author
Replies: 2
Views: 1948

Re: calling focusView with Web Author

Hello, To expand the validation side-view after opening a document you can use the EDITOR_LOADED event [1]. goog.events.listen(workspace, sync.api.Workspace.EventType.EDITOR_LOADED, function(e) { // You will have to use setTimeout because the side-views are shown immediately after the EDITOR_LOADED ...
by Gabriel Titerlea
Fri Sep 28, 2018 1:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Modal dialog in Web Author
Replies: 7
Views: 4187

Re: Modal dialog in Web Author

There are 2 more problems: 1. The function passed to the onSelect method should be bound to your WebLinkAction object because you are calling this.editor.getSelectionManager() . Example: this.dialog.onSelect(function () { // function body here }.bind(this)); // Notice the bind here. This will ensure...
by Gabriel Titerlea
Wed Sep 26, 2018 4:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Modal dialog in Web Author
Replies: 7
Views: 4187

Re: Modal dialog in Web Author

Hello, Here's an example of how to retrieve the selected option: WebLinkAction.prototype.actionPerformed = function(callback) { this.dialog.show(); var dialogElement = this.dialog.getElement(); this.dialog.onSelect(function(key, e) { if (key === 'ok') { // If the user pressed the 'ok' button from th...