mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 08:48:03 +08:00
9 lines
356 B
HTML
9 lines
356 B
HTML
|
<textarea class="i18n" rows="5" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="true"
|
||
|
data-bind="value: value, enable: enable, attr: { rows: rows }, css: className"></textarea>
|
||
|
<!-- ko if: triggered -->
|
||
|
|
||
|
<div data-bind="component: {
|
||
|
name: 'SaveTrigger',
|
||
|
params: { value: trigger, verticalAlign: 'top' }
|
||
|
}"></div>
|
||
|
<!-- /ko -->
|