Chalk Extensions Articles

  • Chalk Extension: Post

    Helper methods and properties relevant to the current Post object. (commonly $post)

    Listed below are the available methods and properties.

  • Chalk Extension: Data

    Data is a built-in Chalk extension, similar to Macros, which enables quick and easy access to additional Graffiti data. ($data)

    Listed below are the available methods and properties.

  • Chalk Extension: [Data].Site

    SiteSettings is a global item that contains information about the entire site. You can access this object from the data object ($data.Site).

    Listed below are the available methods and properties.

  • Chalk Extension: User, [Post].User

    Data about a particular user. ($user, $post.User)

    Listed below are the available methods and properties.

  • Chalk Extension: Urls

    Urls returns different paths to your website. ($urls)

    Listed below are the available methods and properties.

  • Chalk Extension: Macros

    Macros is a helper tool loaded by Graffiti on every page request. ($macros)

    Listed below are the available methods and properties.

  • Writing Your Own Chalk Extension

    While we believe we are providing you with just about everything you need to build and design a great site out of the box, we still wanted to make it really easy to plug your own code into Graffiti. Extending Chalk is very simple. Add a reference to Graffiti.Core.dll Add the ChalkAttribute to the class...