Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
if we would like to modfiy attributes of the markup, where the cursor is placed in, the Arbortext Editor shows the attributes of the wrong element.
You can see this in this example:
The cursor is inside the tag "para" but the modify attribute dialog shows the attribute dialog of the element "emphasis".
Our expectation is that the editor shows the attributes of "para", because the cursor is inside this element.
Can we change this behaviour? Maybe with a set-command? Or is this a bug of the arbortext editor?
Thank you for your help in advance.
Greetings from Germany.
Solved! Go to Solution.
Hi again,
it seems to be, that this behaviour is the expected behaviour for the PTC Arbortext Editor developers:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS121806
We cannot understand this.
Unfortunately it is not possible to change this.
Hi again,
it seems to be, that this behaviour is the expected behaviour for the PTC Arbortext Editor developers:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS121806
We cannot understand this.
Unfortunately it is not possible to change this.
This is the content of the link sited. Knowledge Base article CS121806.
This functionality is in 5.3, 5.4, 6.0, 6.1 and 7.0 and probably before that.
<para>
<indexterm>
<primary>Arbortext</primary>
</indexterm>
<indexterm>
<primary>courseware</primary>
</indexterm>With Arbortext, PTC University's faster and easier, using a
single source of learning content.(CLICK CURSOR
HERE)
</para>
Meanwhile we found an own solution.
We noticed that the command 'oid_name(oid_caret())' returns us the current tag name where the cursor is inside.
The command 'current_tag_name()' returns the element at the left from the cursor.
So we could find an own workaround.