Skip to content

krikienoid/printacalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printable Calendars

A basic tool for creating and printing calendars.

LINK

Info

This is a basic web app for designing and printing simple calendars. Colors, size, fonts, and other features can be customized.

Note

The calendar's CSS can be fully edited using the method:

    printacal.setStyleProp(ruleName, cssPropertyName, cssValue);

ruleName is used to target a class elements in the calendar and can be determined via the element's className, for example,

    <div class="printacal-date printacal-custom">26</div>

would have the ruleName "date".

Example:

    printacal.setStyleProp("date", "fontFamily", "Arial");

License

MIT licensed 2014

About

printable calendar maker, using CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published