Widgets
Customizable content helpers speed the creation or formatting of help content. Content helpers are fully extendable - add your common HTML snippets to improve consistency and save time.
Content helpers can have associated resources - allowing you to automatically add supporting stylesheets, scripts or other files to the project when the Content Helper is used.
Some examples of content authored using Content Helpers
Tip Box
 |
This is a tip box |
Note Box
 |
This is a note box |
Caution Box
 |
This is a caution box |
Expandable Text
Click here to see the hidden text.
Drop Down Section
Click here
to see some drop down content, which can include images, tables or any other HTML content.
Dynamic Image
Colorized Example Code
| Example Code |
Copy Code |
Dim x As Long
For x = 1 to 20 x = x +1 Next
Debug.Print x |