Redirection from event description page.

Hi,

i am developing asp.net application where i use dhtmlxscheduler to show my all events. it’s show properly in all view(day,week,month). also in event description. but now i want to redirect user from event description page to particular event page. it’s possible to add navigational link in event description window.

Hello,

I believe you have link displayed as actually link (not tag) in text field.

Best regards,
Ilya

Hi ilya,

 i constructing anchor tag as a link from database because i need different link for different event, so i preparing link as our requirement from database and display on editor, this anchor shows as text. i know i have chosen type:text area  -

scheduler.config.lightbox.sections = [
{ name: “description”,height: 130, map_to: “text”, type: “textarea”, focus: true},
{ name: “location”, height: 43, type: “textarea”, map_to: “details”},
{ name: “Tags”, height: 30, type: “textarea”, map_to: “Tags” },
{ name: “time”, height: 72, type: “time”, map_to: “auto” }
]

but i replace type with div but div didn’t render. so any other way to replace text area to div.

Hello,

As I told in the Div in place of textarea in event description? topic there is no editor with type “div”. You need to create custom one.

Best regards,
Ilya