Jump to content

Calendarpanel with fontawesome font


emin

Recommended Posts

I need to add font awesome button and change font color on calendarpanel. I use below code to add the event however it doesn't seem ok. When mouse over it seems ok. How I can add directly an event with fontawesome font on the calendar

Quote

E := UniCalendarPanel1.Events.Add;
  E.CalendarId := 7;
  E.Title := '<i class="fas fa-wrench"></i></i>'+//#E57373
            '<i style="color:red;font-size:15px;font-style: normal;text-align: center;'+
            'font-family:'+#39+'Trebuchet MS'+#39+', sans-serif;">&emsp;Test</i>';
  E.IsAllDay := True;
  E.StartDate := Date + 3.0;
  E.EndDate := E.StartDate;

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...