mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 01:07:39 +08:00
13 lines
393 B
HTML
13 lines
393 B
HTML
|
<select data-bind="options: options, value: value, optionsText: optionsText, optionsValue: optionsValue, css: className"></select>
|
||
|
<!-- ko if: labeled -->
|
||
|
|
||
|
<span class="i18n" data-bind="attr: {'data-i18n-text': label}"></span>
|
||
|
|
||
|
<!-- /ko -->
|
||
|
<!-- ko if: triggered -->
|
||
|
|
||
|
<div data-bind="component: {
|
||
|
name: 'SaveTrigger',
|
||
|
params: { value: trigger }
|
||
|
}"></div>
|
||
|
<!-- /ko -->
|