1
0
Fork 0
forked from 0x2620/oxjs

fix for input with label

This commit is contained in:
Rolux 2010-02-26 16:52:36 +01:00
commit 231621f639
2 changed files with 7 additions and 2 deletions

View file

@ -342,6 +342,11 @@
placeholder: "Placeholder",
size: size
}).addClass("margin").appendTo($toolbars[3]);
Ox.Input({
label: "Label",
labelWidth: 64,
size: size
}).addClass("margin").appendTo($toolbars[3]);
var range = Ox.Range({
max: 10,
min: 0,