1
0
Fork 0
forked from 0x2620/oxjs

updating css

This commit is contained in:
Rolux 2010-02-26 14:28:22 +01:00
commit c955532ee7
2 changed files with 3 additions and 1 deletions

View file

@ -512,6 +512,7 @@
$("<br>").appendTo(mainPanel.$element);
$("<br>").appendTo(mainPanel.$element);
Ox.Input({
placeholder: "some\ntext",
type: "textarea"
}).width(400).height(200).addClass("margin").appendTo(mainPanel);