Item 屬性 (Configs 集合)¶
為指定索引的組態檢索 Config 對象。 Index 把組態索引指定為以 1 為基準的整數。 支持 EmEditor 7.00 或之後的版本。¶
[JavaScript]¶
doc = editor.Configs.Item( Index );
[VBScript]¶
doc = editor.Configs.Item( Index )
參數¶
示例¶
[JavaScript]¶
alert( "Name for the first configuration: " + editor.Configs.Item(1).Name );
[VBScript]¶
alert "Name for the first configuration: " & editor.Configs.Item(1).Name
版本¶