|
|
@ -15827,7 +15827,7 @@ BI.View = BI.inherit(BI.V, { |
|
|
|
} |
|
|
|
} |
|
|
|
});(function () { |
|
|
|
});(function () { |
|
|
|
|
|
|
|
|
|
|
|
var kv = {}; // alex:键(编辑器简称,如text)值(也是一个字符串,如FR.TextEditor)对
|
|
|
|
var kv = {}; |
|
|
|
BI.shortcut = function (xtype, cls) { |
|
|
|
BI.shortcut = function (xtype, cls) { |
|
|
|
if (kv[xtype] != null) { |
|
|
|
if (kv[xtype] != null) { |
|
|
|
throw ("shortcut:[" + xtype + "] has been registed"); |
|
|
|
throw ("shortcut:[" + xtype + "] has been registed"); |
|
|
|