template.js

来自「zapatec suite 最新版 20070204,非常棒的ajax widg」· JavaScript 代码 · 共 15 行

JS
15
字号
// $Id: template.js 7350 2007-06-05 10:03:57Z andrew $Zapatec.Utils.createNestedHash(Zapatec, ["Langs", "Zapatec.Window", "en"], {	// Window Core	'windowOnResizeStatusMessage':'resize the window',	// message to display when the user resize the window widget	'windowOnBeforeDragStatusMessage':'drag the window',	// message to display when the user drag the window widget	// Alert Dialog	'alertOkButtonLabel': "Ok",	// label for the OK button on alert dialog widget	// Confirm Dialog	'confirmCancelButtonLabel': "Cancel",	// label for Cancel button on confirm dialog widget	'confirmOkButtonLabel': "OK",	// label for OK button on confirm dialog widget	// Errors	// Setup	'setupWrongTriggerError':"You specified wrong trigger element!"	// error shown when the specified trigger element is DOM-undefined});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?