mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
1423b88839
Added material design checkbox component Added lang changing animation
14 lines
No EOL
434 B
HTML
14 lines
No EOL
434 B
HTML
<select data-bind="options: options, value: value, optionsText: optionsText, optionsValue: optionsValue,
|
|
css: className, optionsAfterRender: defautOptionsAfterRender"></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 --> |