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 >> Preferences_HtmlSubwriter

Preferences_HtmlSubwriter Class



[TO BE DEPRECATED] Prefernces html subwriter allows the user to set some basic preferences


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

Syntax

C#
public class Preferences_HtmlSubwriter : abstractHtmlSubwriter

Remarks

This class extends the abstractHtmlSubwriter abstract class.

This class is planned to be deprecated and treat each user (whether authenticated or not) as a mySobek user. Preferences would then be served from the mySobek account/preferences writer

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.HTML..::..abstractHtmlSubwriter
    SobekCM.Library.HTML..::..Preferences_HtmlSubwriter

Constructors

  NameDescription
Public methodPreferences_HtmlSubwriter
Constructor for a new instance of the Preferences_HtmlSubwriter class

Methods

  NameDescription
Public methodAdd_Footer
Add the footer to the output
(Inherited from abstractHtmlSubwriter.)
Public methodAdd_Header
Add the header to the output
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_Additional_HTML
Writes additional HTML to the output stream just before the main place holder but after the TocPlaceHolder in the itemNavForm form.
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_Final_HTML
Writes final HTML after all the forms
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_HTML
Writes the HTML generated by this preferences html subwriter directly to the response stream
(Overrides abstractHtmlSubwriter..::..Write_HTML(TextWriter, Custom_Tracer).)
Public methodWrite_Internal_Header_HTML
Adds the internal header HTML for this specific HTML writer
(Inherited from abstractHtmlSubwriter.)
Protected methodWrite_Internal_Header_Search_Box
Adds the internal header search box to the current output stream
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_ItemNavForm_Closing
Writes final HTML to the output stream after all the placeholders and just before the itemNavForm is closed.
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_ItemNavForm_Opening
Writes the html to the output stream open the itemNavForm, which appears just before the TocPlaceHolder
(Inherited from abstractHtmlSubwriter.)
Public methodWrite_Within_HTML_Head
Write any additional values within the HTML Head of the final served page
(Overrides abstractHtmlSubwriter..::..Write_Within_HTML_Head(TextWriter, Custom_Tracer).)

Fields

  NameDescription
Protected fieldRequestSpecificValues
Protected field contains the information specific to the current request
(Inherited from abstractHtmlSubwriter.)

Properties

  NameDescription
Public propertyBody_Attributes
Gets the collection of body attributes to be included within the HTML body tag (usually to add events to the body)
(Inherited from abstractHtmlSubwriter.)
Public propertyContainer_CssClass
Gets the CSS class of the container that the page is wrapped within
(Inherited from abstractHtmlSubwriter.)
Public propertyFinal_CSS
Chance for a final, final CSS which can override anything else, including the web skin
(Inherited from abstractHtmlSubwriter.)
Public propertyInclude_Internal_Header
Flag indicates if the internal header should included
(Inherited from abstractHtmlSubwriter.)
Public propertySubwriter_Behaviors
Gets the collection of special behaviors which this subwriter requests from the main HTML writer.
(Inherited from abstractHtmlSubwriter.)
Public propertyUpload_File_Possible
Returns a flag indicating whether the file upload specific holder in the itemNavForm form will be utilized for the current request, or if it can be hidden.
(Inherited from abstractHtmlSubwriter.)
Public propertyWebPage_Title
Title for this web page
(Overrides abstractHtmlSubwriter..::..WebPage_Title.)

See Also



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