Head Design Area
Last Updated: 03 Jan 2018
design_area_head|asset|5.4.4.0
This design area allows assets to print HTML in the head area of your page. For example, the Calendar Page asset uses this design area to print its default style sheet defining the look and feel of the calendar. The code that is required for the Head design area is shown below.
<MySource_AREA id_name="head" design_area="head" />
An example of its usage is shown below.
<html>
<head>
<MySource_AREA id_name="head" design_area="head" />
<link rel="stylesheet" src="myNormalCss.css" />
</head>
<body>
Body
</body>
</html>
Designs
Chapters
- Steps to Creating a Design
- Design Asset
- Design Customisations
- Design Tags
- Asset Lineage Design Area
- Body Design Area
- Declared Vars Design Area
- Login Form Design Area
- Password Change Form Design Area
- Menu Normal Design Area
- Metadata Design Area
- Nest Content Design Area
- Show If Design Area
- Exit Design Area
- CSRF Token
- Global Variables
- Using Alternate Designs
- CSS Design File
- SCSS Design File
Appendices
The Latest
Let Us Know What You Think
Let us know if you spot any errors or if you have any ideas on how we can improve the Matrix Community Website.
Contact Squiz for Demo
Let us show you the true power of Squiz Matrix by giving you a personalised demonstration.