File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/templates/components/widgets/forms Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
<a href =" #" class =" ui button" data-content =" {{ t ' Redo (Ctrl+Y)' }} " data-wysihtml5-command =" redo" ><i class =" repeat icon" ></i ></a >
14
14
<a href =" #" class =" ui button" data-content =" {{ t ' Line Break' }} " data-wysihtml5-command =" insertLineBreak" ><i class =" level down icon" ></i ></a >
15
15
</div >
16
+ <div class =" ui icon buttons" >
17
+ <a href =" #" class =" ui button" data-wysihtml5-command =" createLink" data-content =" {{ t ' Insert Link' }} " ><i class =" linkify icon" ></i ></a >
18
+ </div >
19
+ <div data-wysihtml5-dialog =" createLink" class =" mb-8" style ={{ css display =' none' }} >
20
+ <label >
21
+ <input data-wysihtml5-dialog-field =" href" value =" https://" >
22
+ </label >
23
+ <a href =" #" class =" ui button" data-wysihtml5-dialog-action =" save" >Insert</a >
24
+ <a href =" #" class =" ui button" data-wysihtml5-dialog-action =" cancel" >Cancel</a >
25
+ </div >
16
26
</div >
17
27
<Textarea @id ={{ this.textareaIdGenerated }} @value ={{ value }} placeholder ={{ this.placeholder }} @name ={{ name }} />
You can’t perform that action at this time.
0 commit comments