bojan_vujnovic
New Creator

CMS_GROUP with editorID(editorName:???) in Content Creator

Hello community,

Does anybody know how to set in template editorId with editorName but for group of dom elements

<CMS_GROUP name="tt_group">

      <LANGINFOS>

        <LANGINFO lang="EN" label="The study"/>

      </LANGINFOS>

      <CMS_GROUP tabs="top">

        <CMS_GROUP>

          <LANGINFOS>

            <LANGINFO lang="EN" label="The study"/>

          </LANGINFOS>

          <CMS_INPUT_DOM name="tt_courses" hFill="yes" useLanguages="yes">

            <FORMATS>

              <TEMPLATE name="i"/>

              <TEMPLATE name="p"/>

              <TEMPLATE name="ft_editor"/>

            </FORMATS>

            <LANGINFOS>

              <LANGINFO lang="EN" label="Course structure"/>

            </LANGINFOS>

            <LINKEDITORS>

              <LINKEDITOR name="lt_link"/>

            </LINKEDITORS>

          </CMS_INPUT_DOM>

          <CMS_INPUT_DOM name="tt_module" hFill="yes" useLanguages="yes">

            <FORMATS>

              <TEMPLATE name="i"/>

              <TEMPLATE name="p"/>

              <TEMPLATE name="ft_editor"/>

            </FORMATS>

            <LANGINFOS>

              <LANGINFO lang="EN" label="Module"/>

            </LANGINFOS>

            <LINKEDITORS>

              <LINKEDITOR name="lt_link"/>

            </LINKEDITORS>

          </CMS_INPUT_DOM>

</CMS_GROUP>

</CMS_GROUP>

HTML:

<div class="content" $CMS_VALUE(editorId(editorName:"???????? can I here pass tt_group or something like this ???????" >

-------------

----------

</div>

0 Kudos
1 Reply
sense
Elite Observer

This is not possible currently, only InlineEdit is possible, but jumping to the correct tab where the input component is shown is not possible.

Open up a feature request for this here in the community.

0 Kudos