Item 属性 (Configs 集合)

为指定索引的配置检索 Config 对象

[JavaScript]

doc = editor.Configs.Item( Index );

[VBScript]

doc = editor.Configs.Item( Index )

参数

Index

把配置索引指定为以 1 为基准的整数。

示例

[JavaScript]

alert( "Name for the first configuration: " + editor.Configs.Item(1).Name );

[VBScript]

alert "Name for the first configuration: " & editor.Configs.Item(1).Name

版本

支持 EmEditor 7.00 或之后的版本。