This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
xmpp.chapril.org-conversejs
Watch
26
Star
0
Fork
0
You've already forked xmpp.chapril.org-conversejs
Code
Issues
Pull Requests
Projects
Releases
Activity
8c983ab2a3
xmpp.chapril.org-conversejs
/
src
/
templates
/
form_textarea.html
3 lines
101 B
HTML
Raw
Normal View
History
Unescape
Escape
Use a named variable for _.template This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
2017-11-05 18:47:30 +01:00
<
label
class
=
"label-ta"
>
{{{o.label}}}
<
/
label
>
<
textarea
name
=
"{{{o.name}}}"
>
{{{o.value}}}
<
/
textarea
>
Reference in New Issue
Copy Permalink