- 1
- 2
- 3
- 4
- 5
- 6
'style = "" title = "' + self.getLocalizedString('field_dlg_field_type') + ': ' + fieldType +
' ' +
' Name:  ' + name +
' Type:  ' + dataType +
' Precision:  ' + rowObj.field.precision +
' Scale:  ' + rowObj.field.scale +