public static string textArea (array $parameters)
Builds a HTML TEXTAREA tag
1 | echo Phalcon\Tag::textArea( array ( "comments" , "cols" => 10, "rows" => 4)) |
Volt syntax:
1 | {{ text_area( "comments" , "cols" : 10, "rows" : 4) }} |
public static string textArea (array $parameters)
Builds a HTML TEXTAREA tag
1 | echo Phalcon\Tag::textArea( array ( "comments" , "cols" => 10, "rows" => 4)) |
Volt syntax:
1 | {{ text_area( "comments" , "cols" : 10, "rows" : 4) }} |
Designed by : w10schools
service@w10schools.com
Please login to continue.