Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是小提琴,类型是,radio但行为像check-box
radio
check-box
{type: 'radio', name: 'letter', label: 'Letter'}, {type: 'radio', name: 'custom', label: 'Custom'},
我尝试以一个不起作用的名称使用它们,以及我的第二个问题:如何将其中一个设置为默认值(如所选)。
保持微笑 :)
好像这个tinymce/ui/Radio类还没有实现。它的作用类似于tinymce/ui/Checkbox.
tinymce/ui/Radio
tinymce/ui/Checkbox
您可以使用tinymce/ui/ListBox该类作为解决方法。
tinymce/ui/ListBox
对于第二个问题:{type: 'radio', name: 'a', label: 'Letter', checked:'checked'}
{type: 'radio', name: 'a', label: 'Letter', checked:'checked'}
无线电 - 尚未实施
在此处查看消息:https ://github.com/tinymce/tinymce/blob/ca0f454b9001b9f20aa26349b25f6d839c1a1146/js/tinymce/skins/lightgray/Radio.less
几乎是空班Radio.js
Radio.js
https://github.com/tinymce/tinymce/blob/0ab3af181284a060683b566d50e81381cc6445a9/js/tinymce/classes/ui/Radio.js