InsertSimpleMenu Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The InsertSimpleMenu type exposes the following members.

Properties

  Name Description
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property Cellpadding
Sets or gets a value that indicates the cell padding to use with the generated table. The default value is zero.
Public property Cellspacing
Sets or gets a value that indicates the cell spacing to use with the generated table. The default value is zero.
Public property ClassName
Sets or gets the name of a CSS class name to use when formatting the menu. The value is inserted on the TD element in the old output syntax and on the DIV element when the new syntax is in use. The default value is an empty string (default formatting is applied to the list).
Public property ClickableRoots
Sets or gets a value that indicates if the top level nodes should be clickable. The default value is false.
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public property DocumentID
Sets or gets a value with the document ID that will act as the root of the displayed tree. The default value is zero.
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property PresentationTemplate
Sets or gets a value that indicates the presentation template to use. The default value is zero (no presentation template is used).
Public property TableBorder
Sets or gets the border width of the generated table. The default value is zero (no border).
Public property TableCaption
Sets or gets the caption element connected to the the generated table. The default value is an empty string (the element is omitted).
Public property TableSummary
Sets or gets the summary attribute connected to the the generated table. The default value is an empty string (the attribute is omitted).
Public property TableWidth
Sets or gets a value that defines the width attribute of the generated table. The default value is 100%.
Public property UseNewOutputSyntax
Sets or gets a value that indicates whether to use the new (modern) code syntax. This means that the table is replaced with a DIV element. The default value is false.
Top
See Also

Reference