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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -