Skip to content

Set font-style on data-element #97

@drentsch

Description

@drentsch

Hi,
i have migrated from the previous version ( bootstrap-year-calendar ) to this version.
It works fine except one thing:
bevor i was able to create the data-element like this:
data[i] =
{
id: obj[0],
name: obj[1],
location: obj[2],
startDate: new Date(year, month, day),
endDate: new Date(year, month, day),
color: col,
font: fontclass
}

depends on the date fontclass defers to different class in the css, e.g bold or underline.
In the new version this is not working, just ignored.
Is there anayway to do that?

;any thanks
Dani

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions