1+ < details class ="simplycode-component ">
2+ < summary data-simply-command ="initEditors " title ="Shortcuts are keyboard shortcuts selected to call specific actions. ">
3+ < span data-simply-field ="count.shortcuts " data-simply-content ="attributes " data-simply-attributes ="data-count ">
4+ Shortcuts
5+ </ span >
6+ < span class ="simplycode-controls ">
7+ < button class ="simplycode-button " data-simply-command ="addShortcut "> Add shortcuts</ button >
8+ </ span >
9+ </ summary >
10+ < div class ="simplycode-code-method " data-simply-list ="component.parts.shortcuts ">
11+ < template >
12+ < div class ="simplycode-part " data-simply-field ="deleted " data-simply-content ="attributes " data-simply-attributes ="data-deleted ">
13+ < div class ="simplycode-part-header ">
14+ < div class ="simplycode-tabs ">
15+ < input class ="simplycode-tab " data-simply-field ="shortcut " placeholder ="shortcut-key ">
16+ < label class ="simplycode-tab ">
17+ < input type ="radio " name ="actionEditor " checked value ="code " data-simply-field ="editor ">
18+ < span > Code</ span >
19+ </ label >
20+ < label class ="simplycode-tab ">
21+ < input type ="radio " name ="actionEditor " value ="tests " data-simply-field ="editor ">
22+ < span > Tests</ span >
23+ </ label >
24+ </ div >
25+ < div class ="simplycode-options ">
26+ < button class ="simplycode-button " draggable ="true "> Drag to move</ button >
27+ < button class ="simplycode-button " data-simply-field ="deleted " data-simply-content ="attributes " data-simply-attributes ="data-deleted " data-deleted ="false " data-simply-command ="deleteEntry "> Delete shortcut</ button >
28+ </ div >
29+ </ div >
30+ < div class ="simplycode-editors " data-simply-field ="editor " data-simply-content ="template " data-simply-default-template ="code ">
31+ < template data-simply-template ="code ">
32+ < div class ="simplycode-editor-code ">
33+ < textarea data-codemirror-mode ="javascript " data-simply-field ="code " placeholder ="function() {...} "> </ textarea >
34+ < simply-render rel ="componentQUnitActionRunner "> </ simply-render >
35+ </ div >
36+ </ template >
37+ < template data-simply-template ="tests ">
38+ < div class ="simplycode-editor-code ">
39+ < simply-render rel ="componentQUnitTests "> </ simply-render >
40+ </ div >
41+ </ template >
42+ </ div >
43+ </ div >
44+ </ template >
45+ </ div >
46+ </ details >
0 commit comments