November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Assuming you've implemented anchor functionality in your block... if you're using link property (public virtual Url MyProperty { get; set; }), editors should be able to set anchor inside Remaining Url field
Hi Dejan Caric,
Thanks but i m using Episerver 8.11.0.0 which has no such field name Remaining Url .
Could you please suggest any other solution ?
If you add the anchor a-tag in your block then you can/must use a link in for example TinyMCE since Epi has not implemented that functionality in that version
Hey,
I'd suggest using a block for that, you can find some inspiration here: http://mariajemaria.net/workaround-extending-linkitemcollection-support-anchors
Marija
Hi ,
I want to create functionality in which user can redirect from one page to another page's section.(eg. www.xyz.com/pagename#section1)
Here you can consider section as Block.
Could you please suggest any solution ?
Thanks in advance