Click or drag to resize

templateFieldSubcontent Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
HTML blocks

Namespace:  imbSCI.Data.enums.fields
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public enum templateFieldSubcontent
Request Example View Source
Members
  Member nameValueDescription
main0 The main StringBuilder or content
startOfFile1 The start of file - the very first lines of the content
endOfFile2 The end of file - the very last lines of the content
meta_keywords3 Page keywords
meta_description4 Page description
theme_styles5 Place for heading style links
theme_code_headlinks6 The theme code headlinks - code links to be included at beginning
theme_code_footlinks7 The theme code footlinks - code links to be included at end
theme_code_ending8 JS (or other) code to include around end or at end of the template
html_title9 Title for HTML title
html_topnav10 Top navigation
html_toolbar11
html_mainnav12 Main navigation
html_header13 Header content
html_footer14 Footer content
html_debug15 Debug information
html_page_content16 Main content of the page
html_js17 Java script to be inserted at end of page
head_includes18
bottom_includes19
none20
See Also