Click here to Skip to main content
15,881,281 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2010

Event Calendar Listing Web Part (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (18 votes)
4 Jul 2014CPOL6 min read 337.6K   8.5K   40  
Displays SharePoint events (or any calendar list) in a compact widget style calendar
dw_Tooltip.defaultProps = {
    content_source: 'class_id', // class holds id of element with tooltip content
    hoverable: true,    // tooltip lingers so user can hover to click links
    supportTouch: true,  // enables support for touch devices
    offX: 2,
    offY: 8
}

dw_Tooltip.writeStyleRule();

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions