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
Now, what *.js file do i have to add in order for the LinkItemCollection to render correctly without going to EditMode?
You mean adding EditMode="true" on your property control?
<EPiServer:Property runat="server" EditMode="true" PropertyName="MyLinkItemCollectionProperty" />
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
Now, what *.js file do i have to add in order for the LinkItemCollection to render correctly without going to EditMode?