X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6be0a1ce013f6355b88f869efbfc557e0f7dc394..refs/heads/master:/templates/mobile_webpages/test/components.html diff --git a/templates/mobile_webpages/test/components.html b/templates/mobile_webpages/test/components.html index f53979940..cc93778ef 100644 --- a/templates/mobile_webpages/test/components.html +++ b/templates/mobile_webpages/test/components.html @@ -32,6 +32,12 @@ [% P.M.input_tag("", "", placeholder="with placeholder", label="test input with placeholder") %] [% P.M.input_tag("", "default value", placeholder="with placeholder", label="test input with placeholder and default value") %] +

Textarea:

+[% P.M.textarea_tag("", "", label="Notes") %] +[% P.M.textarea_tag("", "default value\nmulti-line", label="Notes with multi-line default value") %] +[% P.M.textarea_tag("", "", placeholder="with placeholder", label="Notes with placeholder") %] +[% P.M.textarea_tag("", "default value\nmulti-line", placeholder="with placeholder", label="Notes with placeholder and multi-line default value") %] +

With grid:

[% P.M.input_tag("", "", label="2 cols", class="col s6") %]