9 lines
252 B
HTML
9 lines
252 B
HTML
|
<textarea dojoType="dijit.Editor" style="overflow:auto"
|
||
|
extraPlugins="[{name:'dijit._editor.plugins.LinkDialog'}]"
|
||
|
|
||
|
>
|
||
|
<i> This is just a sample message. There is email-address auto-complete in the to: field.
|
||
|
<br><br> give it a whirl.
|
||
|
</i>
|
||
|
</textarea>
|