Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 10:20:28 +01:00
13 Zeilen
Kein EOL
274 B
Handlebars
13 Zeilen
Kein EOL
274 B
Handlebars
{{combo-box
|
|
value=this.time
|
|
content=this.timeOptions
|
|
tabindex=this.tabindex
|
|
onChange=(action "onChangeTime")
|
|
options=(hash
|
|
translatedNone="--:--"
|
|
allowAny=true
|
|
filterable=false
|
|
autoInsertNoneItem=false
|
|
translatedFilterPlaceholder="--:--"
|
|
)
|
|
}} |