aboutsummaryrefslogtreecommitdiff
path: root/stfl/empty.stfl
blob: 1d730ab4d3acb6f0a429568468299f952b7736e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
vbox
  label#title[title]
    text[head]:"empty formaction"
    .expand:h
    .display[showtitle]:1
  vbox[hints]
    .expand:0
    .display[showhint]:1
  hbox[lastline]
    .expand:0
    label
      text[msg]:""
      .expand:h
      .display[show_msg]:1
    label
      .expand:0
      text[qna_prompt]:""
      .display[show_qna_prompt]:0
    input[qnainput]
      modal:1
      .expand:h
      @bind_home:**
      @bind_end:**
      text[qna_value]:""
      pos[qna_value_pos]:0
      .display[show_qna_input]:0