Article attributes pane

Build 1501 on 14/Nov/2017  This topic last edited on: 17/Mar/2016, at 16:50

In the article attributes pane you can review and edit attributes related to article.

articleattributes

To display the article attributes pane, on the Window menu, click Select Article Layout, and then select Show attribures.

EDITING ARTICLE ATTRIBUTES

To edit article attributes, click the Edit button on the bottom of the form. To save changes, click Apply.

Changes in version 1.5

Since the version 1.5, the pane displays the attributes of the selected element. You can use different objectUI for different kind of objects (audioCaption body...). The configuration is in ted4_config.xml.

<ObjectUIGroup Name="AttributesGroup">

<ObjectUI ObjectTypeName="audioCaption" Name="DisplayArtTxtInfo" />

<ObjectUI ObjectTypeName="blogPost" Name="DisplayArtTxtInfo" />

<ObjectUI ObjectTypeName="body" Name="DisplayArtTxtInfo" />

<ObjectUI ObjectTypeName="head" Name="DisplayArtTxtInfo" />

.....

<ObjectUIGroup Name="ReadOnlyAttributesGroup"> 

<ObjectUI ObjectTypeName="audioCaption" Name="ReadOnlyArtTxtInfo"/>

<ObjectUI ObjectTypeName="blogPost" Name="ReadOnlyArtTxtInfo"/>

<ObjectUI ObjectTypeName="body" Name="ReadOnlyArtTxtInfo"/>

<ObjectUI ObjectTypeName="head" Name="ReadOnlyArtTxtInfo"/>