<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetCRLFToLF |
Sets whether to convert CRLF to LF.
Prototype :
void SetCRLFToLF
(
bool CRLFToLF
)
Arguments :
CRLFToLF |
set to true to convert CRLF to LF. |
Example :
This.SetCRLFToLF(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind