@@ -28,27 +28,27 @@ var dico_field_ui = {
2828 {
2929 id : 'type' ,
3030 label : "Type" ,
31- help : "User Type for the field on screen ." ,
31+ help : "Type of field: UI type rather than data type ." ,
3232 type : "lov" ,
3333 list :[
34- { id :'text' , text :"text " , icon :'ft-txt.gif' } ,
35- { id :'textmultiline' , text :"textmultiline " , icon :'ft-txtml.gif' } ,
36- { id :'boolean' , text :"boolean " , icon :'ft-bool.gif' } ,
37- { id :'decimal' , text :"decimal " , icon :'ft-dec.gif' } ,
38- { id :'money' , text :"money " , icon :'ft-money.gif' } ,
39- { id :'integer' , text :"integer " , icon :'ft-int.gif' } ,
40- { id :'date' , text :"date " , icon :'ft-date.gif' } ,
41- { id :'time' , text :"time " , icon :'ft-time.gif' } ,
42- { id :'datetime' , text :"datetime " , icon :'ft-datehm.gif' } ,
43- { id :'image' , text :"image " , icon :'ft-img.gif' } ,
44- { id :'document' , text :"document " , icon :'ft-doc.gif' } ,
45- { id :'color' , text :"color " , icon :'ft-color.gif' } ,
46- { id :'lov' , text :"lov " , icon :'ft-lov.gif' } ,
47- { id :'list' , text :"list " , icon :'ft-list.gif' } ,
48- { id :'html' , text :"html " , icon :'ft-htm.gif' } ,
34+ { id :'text' , text :"Text " , icon :'ft-txt.gif' } ,
35+ { id :'textmultiline' , text :"Text multiline " , icon :'ft-txtml.gif' } ,
36+ { id :'boolean' , text :"Boolean " , icon :'ft-bool.gif' } ,
37+ { id :'decimal' , text :"Decimal " , icon :'ft-dec.gif' } ,
38+ { id :'money' , text :"Money " , icon :'ft-money.gif' } ,
39+ { id :'integer' , text :"Integer " , icon :'ft-int.gif' } ,
40+ { id :'date' , text :"Date " , icon :'ft-date.gif' } ,
41+ { id :'time' , text :"Time " , icon :'ft-time.gif' } ,
42+ { id :'datetime' , text :"Date-time " , icon :'ft-datehm.gif' } ,
43+ { id :'image' , text :"Image " , icon :'ft-img.gif' } ,
44+ { id :'document' , text :"Document " , icon :'ft-doc.gif' } ,
45+ { id :'color' , text :"Color " , icon :'ft-color.gif' } ,
46+ { id :'lov' , text :"List (dropdown) " , icon :'ft-lov.gif' } ,
47+ { id :'list' , text :"List (multi-select) " , icon :'ft-list.gif' } ,
48+ // {id:'html',text:"HTML ", icon:'ft-htm.gif'},
4949 { id :'email' , text :"email" , icon :'ft-email.gif' } ,
50- { id :'url' , text :"url " , icon :'ft-url.gif' } ,
51- { id :'hidden' , text :"hidden " , icon :'ft-hidden.gif' }
50+ { id :'url' , text :"Link " , icon :'ft-url.gif' } ,
51+ { id :'hidden' , text :"Hidden " , icon :'ft-hidden.gif' }
5252 ] ,
5353 maxlength : 100 ,
5454 required : true ,
@@ -69,7 +69,7 @@ var dico_field_ui = {
6969 label : "ID" ,
7070 labellist : "ID" ,
7171 type : "text" ,
72- help : 'Field ID in UI = prefix + ID' ,
72+ help : 'Field ID in the DOM = prefix + ID' ,
7373 maxlength : 100 ,
7474 width : 38
7575 } ,
@@ -154,7 +154,16 @@ var dico_field_ui = {
154154 type : "integer" ,
155155 maxlength : 4 ,
156156 width : 50
157- }
157+ } /*,
158+ {
159+ id:'regex',
160+ label: "Regular Expression",
161+ labellist: "RegExp",
162+ type: "integer",
163+ maxlength: 100,
164+ width: 100,
165+ help: 'Regular expression used to validate the field value.'
166+ }*/
158167 ]
159168 } ,
160169 {
0 commit comments