4
..Link...
68 /**
69 * Constructor
70 *
71 * @param string $caption Caption
72 * @param string $name "name" attribute
73 * @param string $value Initial text
74 * @param int $rows Number of rows
75 * @param int $cols Number of columns
76 * @param string $hiddentext Hidden Text
77 */
78 function XoopsFormDhtmlTextArea($caption, $name, $value, $rows=5, $cols=50, $hiddentext="xoopsHiddenText")
79 {
80 $this->XoopsFormTextArea($caption, $name, $value, $rows, $cols);
81 $this->_hiddenText = $hiddentext;
82 }
83
Here. Just Add a Custom Size For The rows, cols.
and example:
$bio_tarea = new XoopsFormDhtmlTextArea(_US_EXTRAINFO, 'bio', $xoopsUser->getVar('bio', 'E')[b][color=009900] ,10,50[/color][/b]);
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧