📄 helloform.js
字号:
isc.FormLayout.create({ autoFocus: true, numCols: 3, items:[ { type: "text", name: "you", title: "Enter your name", selectOnFocus: true, wrapTitle: false, defaultValue: "my friend" }, { type: "button", title: "Hello", width: 80, startRow: false, icon: "icons/16/message.png", click: "isc.say('Hello ' + form.getValue('you') + '!')" } ]})
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -