Please help me to sort out this issue

ramesh perera asked on June 29, 2016 07:49

Hi! I am using a uniselecter for select multiple documents.

<cms:UniSelector ObjectType="cms.document" SelectionMode="MultipleTextBox" OrderBy="" runat="server" ID="usSelectPages" ShortID="" AllowEditTextBox="true" AddGlobalObjectSuffix="true"/>

this works fine but on the select item window it shows only one field called itemname. so how can i display the nodeAlias path, and more other fields

please help me to sort out this issue as soon as possible

Thank you! Ramesh

Correct Answer

Jan Hermann answered on June 29, 2016 08:37

You can specify the display format like this:

<cms:CMSUniSelector ObjectType="cms.document" SelectionMode="MultipleTextBox" OrderBy="" runat="server" ID="usSelectPages" ShortID="" AllowEditTextBox="true" AddGlobalObjectSuffix="true" DisplayNameFormat="{%DocumentName%} - {%NodeAliasPath%}" />

1 votesVote for this answer Unmark Correct answer

Recent Answers


ramesh perera answered on June 29, 2016 09:19

Hi Jan! thanks for your help it works fine. i tried to sortout this for many hours. thanks

Ramesh

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.