📄 radiocheckbox.js
字号:
isc.ImgButton.create({ ID: "alignLeft", size: 24, src: "icons/24/text_align_left.png", showRollOver: false, actionType: "radio", radioGroup: "textAlign"});isc.ImgButton.create({ ID: "alignRight", size: 24, src: "icons/24/text_align_right.png", showRollOver: false, actionType: "radio", radioGroup: "textAlign"});isc.ImgButton.create({ ID: "alignCenter", size: 24, src: "icons/24/text_align_center.png", showRollOver: false, actionType: "radio", radioGroup: "textAlign"});isc.ImgButton.create({ ID: "bold", size: 24, src: "icons/24/text_bold.png", showRollOver: false, actionType: "checkbox"});isc.ImgButton.create({ ID: "italics", size: 24, src: "icons/24/text_italics.png", showRollOver: false, actionType: "checkbox"});isc.ImgButton.create({ ID: "underlined", size: 24, src: "icons/24/text_underlined.png", showRollOver: false, actionType: "checkbox"});isc.ToolStrip.create({ width: 140, members: [bold, italics, underlined, alignLeft, alignRight, alignCenter]});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -