Web Oriented Object Framework

User Guide (Version 0.5b4)

Woof!
User Guide (Version 0.5b4)

Enabling responsive pages

In order for the default layout to generate responsive web pages, the key responsive_settings must exist in the pagevar object. Setting this key to an empty value is sufficient to enable responsive web pages.

pagevar set response_settings {}

The value for response_settings should be a dictionary that configures certain parameters used for responsive web pages. Setting the dictionary to empty will enable responsive pages using defaults for these parameters. These parameters, their effects and the defaults are covered in subsequent sections.