Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

LinkItemCollection Property in FrontEnd

Vote:
 

Hi guys,

building an interface so that users don't have to go to EditMode in order to edit link collection in right column.
Have also added the possability to edit some text without going to EditMode.
Did that by adding 

  <location path="javascript/system.js">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>
  <location path="AdminUI/Editor/Dialogs">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>
  < location path= javascript/system.js >    <system.web>      <authorization>        <allow users="*" />      </authorization>    </system.web>  </location>  <location path= AdminUI/Editor/Dialogs >    <system.web>      <authorization>        <allow users="*" />      </authorization>    </system.web>  </location>

 

Now, what *.js file do i have to add in order for the LinkItemCollection to render correctly without going to EditMode?

 

#47642
Feb 07, 2011 7:50
Vote:
 

You mean adding EditMode="true" on your property control?

<EPiServer:Property runat="server" EditMode="true" PropertyName="MyLinkItemCollectionProperty" />
    
#47683
Feb 08, 2011 21:44
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.