Idea Delivered

Our documentation explains how to render elements not shown out-of-the-box and how to add custom menus to insert those elements.

Allow draft-comment insertion in Draft Space

Some of our groups use draft-comments for content discussions. The benefit is that these are visible also in Oxygen for the authors using this tool.

Can we allow draft-comment insertion in Draft Space?

Parents Comment
  • Hi Alvin,

    Referring to the link below, the standard UI behavior for a draft comment is an <inlinegenericicon> with tooltipquery to show the contents of the draft-comment. It's possible to redefine this behavior. For example:

             <inline xpath="self::draft-comment" preformattedtext="yes" backgroundcolor="green" startdelimiter="Draft Comment: " >
                <label>Draft-Comment</label>
                <menuitems>
                   <menuitem id="insert-draft-comment">
                      <label>Draft-Comment</label>
                      <toggletemplate elementname="draft-comment"/>
                   </menuitem>
                </menuitems>
             </inline>

    docs.rws.com/.../rendering-behavior-elements-in-behaviorconfig-xml-769057

Children
No Data