phalcon - Content for textarea will not fill when using volt syntax -


Using the following code in my volt file, is taken directly from the document (present here :).

 , {code_area ("comment", "this content is", "cols": "6", "lines": 20)}}   

With correct name and ID, right columns and rows but no content.

Only the first parameter is mapped to an internal ID.

All other parameters require a key

{{text_area ("comment", "value": "this content is", "colonel": "6", " Rows ": 20)}}

Comments

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -