Premium support for our pure JavaScript UI components


Post by Shinya Umeshita »

is it possible to make event displayed content link ?
or i want to know how to implement if it is possible to make some links inside the task editor.

currently i am using Bryntum scheduler pro in LWC (salesforce).
and i want to move the page of specific record page when i click some link shown on the event (or task editor).

Attachments
makelink.png
makelink.png (108.11 KiB) Viewed 325 times

Post by alex.l »

Hi Shinya Umeshita,

Did you mean HTML links? Just use HTML in field title, and handle click on event to open a new browser page, or add a real HTML link in there too.

What exactly became a problem here?

https://bryntum.com/docs/scheduler-pro/api/SchedulerPro/feature/TaskEdit#event-beforeTaskEditShow
https://bryntum.com/docs/scheduler-pro/api/Scheduler/view/mixin/SchedulerEventRendering#config-eventRenderer
https://stackoverflow.com/questions/4907843/open-a-url-in-a-new-tab-and-not-a-new-window/4907854

All the best,
Alex


Post Reply