You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > HtmlEditDisplay Class > HtmlEditDisplay Methods
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
HtmlEditDisplay Methods

The methods of the HtmlEditDisplay class are listed here.

 
Name 
Description 
 
Create the Javascript that handles the onready event and other CMS specific setup functionality.  
 
This returns the string which will surround all the JavaScript which is given in the CMSRender methods. This may contain any syntax, setup, includes, copyright message, or other options. This does not include the core JS files or the hidden field. Those are placed in by the eWebEditPro control.  
 
This will end the surrounding of the JavaScript created for the CMS.  
 
This makes the names used by variable fields. Caution must be taken if this method is modified. The resulting names must match what the JavaScript is expecting for names. The JS is also assembling field names to set and retrieve data.  
 
Creates the fields used when the content is posted. This creates fields which are posted to server with these IDs:
  • [ControlName]_Action = the action to take - save, check in, undo checkout
  • [ControlName]_ContentTitle = the content title
  • [ControlName]_ContentId = The ID of the content
  • [ControlName]_Language = The language of the content

The content title caption is surrounded with a span that has this ID:
  • [ControlName]_TitleLabel

All of the information for all the content information fields (except the content itself) is surrounded with a div tag with this ID:
  • [ControlName]_ContentInfo

The valid values for the [ControlName]_Action value are:
  • Publish - Submit... more 
 
Renders any JavaScript based on options set by the developer through the properties.  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!