This topic is locked

change text field to text area

8/29/2006 10:13:27 PM
PHPRunner General questions
C
chugha author

hi
actually i used php runner first time it is prety cool

but it cretaes all pages automatically
as on add page it shows text filed .if i want to make there size large or wan tto convert it inot text are how i can do that
pls i need solution urgently
thx

ric

Alexey admin 8/30/2006

Ric,
proceed to Formatting tab in PHPRunner 3.0 and click in Edit Format column for you field and change Size and Max Length parameters.
To change the edit control to Text click Edit as column and choose Text Area.

C
chugha author 8/30/2006

Ric,

proceed to Formatting tab in PHPRunner 3.0 and click in Edit Format column for you field and change Size and Max Length parameters.
To change the edit control to Text click Edit as column and choose Text Area.


hi

thx for reply alexey
hey can i change text field to text area by php code

Alexey admin 8/31/2006

Hi,
you can do this modifying GetEditFormat function in include\..._functions.php file

Change Text field to Text area there.