Netsutie PHP Toolkit
CustomizationFieldType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _checkBox = "_checkBox";
23 
30  const _currency = "_currency";
31 
38  const _date = "_date";
39 
46  const _datetime = "_datetime";
47 
54  const _decimalNumber = "_decimalNumber";
55 
62  const _document = "_document";
63 
70  const _eMailAddress = "_eMailAddress";
71 
78  const _freeFormText = "_freeFormText";
79 
86  const _help = "_help";
87 
94  const _hyperlink = "_hyperlink";
95 
102  const _image = "_image";
103 
110  const _inlineHTML = "_inlineHTML";
111 
118  const _integerNumber = "_integerNumber";
119 
126  const _listRecord = "_listRecord";
127 
134  const _longText = "_longText";
135 
142  const _multipleSelect = "_multipleSelect";
143 
150  const _password = "_password";
151 
158  const _percent = "_percent";
159 
166  const _phoneNumber = "_phoneNumber";
167 
174  const _richText = "_richText";
175 
182  const _textArea = "_textArea";
183 
190  const _timeOfDay = "_timeOfDay";
191 
192 }