Page MenuHomePhabricator

Add wfTextarea to XmlFunctions
Closed, InvalidPublic

Description

Author: overlordq

Description:
patch

Just for completeness sake, add a wfTextarea helper function.


Version: 1.14.x
Severity: trivial

Attached:

Details

Reference
bz15064

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:20 PM
bzimport set Reference to bz15064.
bzimport added a subscriber: Unknown Object (MLST).

overlordq wrote:

Comment on attachment 5133
patch

+ return Xml::textArea( $name, $content, $cols, $rows, $attribs );

oops, that should be Xml::textarea, I blame silly camel-casing.

I think I'd rather not add new things to the old backwards-compatible interface functions -- those are deprecated; we moved them to the Xml class in order to support the class autoloader which simplifies coding style.

overlordq wrote:

Ok, that makes more sense actually :)