Header Template#
You can define javascript code, javascript includes, style codes in Header template to customize and extend DbFace. DbFace will simply include the header template content in HEAD tag.
Tip
Style codes in header template will overwrite the default settings.
To define your own Header template
- STEP1: Expand the Settings menu
- STEP2: Click "Customization" menu
- STEP3: Edit the Header Template
- STEP4: Click the "Save Changes" button to save your header template.
Functions(javascript)#
Functions section allows you define your own javascript codes for DbFace. These functions are loaded globally, it means you can use them in every applications.
To define your own Javascript Functions
- STEP1: Expand the Settings menu
- STEP2: Click "Customization" menu
- STEP3: Select the "Functions(Javascript Tab)" and enter your code there
- STEP4: Click the "Save Changes" button to save your Functions.
We do not offer CSS/Javascript support or training directly, but there are a TON of great resources on the web to get you started into learning more about HTML, CSS and Javascript. There is a learning curve, but they are very valuable and reusable skill.
Tips & Tricks
You can find more tips and tricks for customization at our knowledge base.