![]() |
Sergey Kornilov admin 9/7/2005 |
Hi, |
|
501245 9/7/2005 |
Thanks for it it works. Can I also make it to be 2 rows the same way. |
![]() |
Sergey Kornilov admin 9/7/2005 |
Axel, function GetEditFormat(strField) GetEditFormat = FORMAT_NONE if strField="YourFieldNameHere" then GetEditFormat = "Text area" end if ... |
A
|
axelm 9/8/2005 |
When I change ti to area aI can not control the lengt of the area is it possible to do that it seems to me that it is in the javascript. |
![]() |
Sergey Kornilov admin 9/11/2005 |
ASPRunner do not control text size you enter into text area. I guess this can be done using some Javascript. |
|
501246 9/12/2005 |
Thanks for that |