mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Library >> HTML >> HtmlSubwriter_Behaviors_Enum

HtmlSubwriter_Behaviors_Enum Enumeration



Enumeration is used to allow individual HtmlSubwriters (and viewers under those subwriters) to bubble up specific behaviors to the main HTMl writer and specific subwriter


Namespace: SobekCM.Library.HTML
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public enum HtmlSubwriter_Behaviors_Enum

Members

Member nameValueDescription
Suppress_Internal_Header0 Do not show the internal header
Suppress_Header1 Do not show ANY header
Suppress_Footer2 Do not show ANY footer
Suppress_Banner3 Do not show the banner
Suppress_MainMenu4 Do not show the main menu
Suppress_SearchForm5 Do not show the search form
Item_Subwriter_NonWindowed_Mode6 Do not put the container tags around the resultant page
Item_Subwriter_Suppress_Bottom_Pagination7 Suppress any possible bottom pagination in an item view
Item_Subwriter_Suppress_Titlebar8 Suppress the title bar for this item view
Item_Subwriter_Suppress_Item_Menu9 Suppress displaying the item menu for this item view (item viewer likely adds one)
Item_Subwriter_Suppress_Left_Navigation_Bar10 Suppress any possible left navigation/wordmarks bar in this item view
Item_Subwriter_Requires_Left_Navigation_Bar11 This item view REQUIRES a left navigation bar, even if there is no other indicator that there should be one
Item_Subwriter_Full_JQuery_UI12 This item requires the FULL Jquery UI library, not just the very small one generally utilized
MySobek_Subwriter_Mimic_Item_Subwriter13 This mySobek viewer should mimic the item subwriter, since it mostly allows a logged on user to edit something about a single item
Aggregation_Suppress_Home_Text14 Used by aggregation viewers to tell the aggregation writer to NOT write out the home page text
Use_Jquery_DataTables15 This viewer uses the JQuery datatables plug-in
Include_Skip_To_Main_Content_Link16 Include the link to skip to the main content at the top of this

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )