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

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.

C#
public static string MakeFieldNameFromId(string strBaseId, string strSuffix);
Visual Basic
Public static Function MakeFieldNameFromId(strBaseId As string, strSuffix As string) As string
Parameters 
Description 
strBaseId 
The name, or ID of the editor. 
strSuffix 
The descriptive piece of the field name. 
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!