Add list style select to about:widgets
See: https://bugs.launchpad.net/midori/+bug/1029059
This commit is contained in:
parent
6809231e54
commit
16a0f666da
1 changed files with 2 additions and 1 deletions
|
@ -4420,7 +4420,8 @@ midori_view_set_uri (MidoriView* view,
|
|||
"<p><input type=\"password\" value=\"demo\"%s>",
|
||||
"<p><input type=\"checkbox\" value=\"demo\"%s> demo",
|
||||
"<p><input type=\"radio\" value=\"demo\"%s> demo",
|
||||
"<p><select%s><option>foo bar</option><option selected>spam eggs</option>",
|
||||
"<p><select%s><option>foo bar</option><option selected>spam eggs</option></select>",
|
||||
"<p><select%s size=\"3\"><option>foo bar</option><option selected>spam eggs</option></select>",
|
||||
"<p><input type=\"file\"%s>",
|
||||
"<p><input type=\"file\" multiple%s>",
|
||||
"<input type=\"button\" value=\"demo\"%s>",
|
||||
|
|
Loading…
Reference in a new issue