Forums | Mahara Community
Open Discussion
/
wysiwyg issue in mahara
03 June 2010, 22:57
hello
when i m trying to put
wysiwyg in place of positiondescription
employement history in MyResume form
it takes text area even i made change in
'positiondescription' => array(
'type' => 'wysiwyg', // i have changed here in get_addform_elements() function
'autofocus' => '1',
'cols' => 70,
'rows' => 10,
'help' => true,
),
Can Anybody give me hint how should i change it form text area to wysisyg ????
Thanks...